Skip to content

Commit 03e0ca5

Browse files
author
alex
committed
Debugged fix-seed if-else.
1 parent 0f01b59 commit 03e0ca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
addpath('./support/mex_files');
3636
end
3737
%initialize seed
38-
if fix_seed
38+
if ~fix_seed
3939
rng(sum(100*clock));
4040
else
4141
rand('seed',123456);

0 commit comments

Comments
 (0)