Skip to content

Commit 4b8e8c2

Browse files
committed
Remove accidental copy-paste
1 parent 9e56678 commit 4b8e8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mcxtrace-comps/sources/Source_div_quasi.comp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ TRACE
250250
}else if (lambda0){
251251
if (!dlambda){
252252
l=lambda0;
253-
}else if (gauss){mcxtrace-comps/sources/Source_div_quasi.comp
253+
}else if (gauss){
254254
l=lambda0+dlambda*randnorm();
255255
}else{
256256
l=randpm1()*dlambda + lambda0;

0 commit comments

Comments
 (0)