Skip to content

Commit c6188ce

Browse files
committed
Changes the RANDOMIZE option in one of the test files
1 parent 99bb63c commit c6188ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PTS/data/extraparams

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ MISCELLANEOUS
114114
for population origins. (Need POPDATA==1). It
115115
is assumed that the PopData in the input file
116116
are between 1 and k where k<=MAXPOPS.
117-
#define RANDOMIZE 1 // (B) use new random seed for each run
117+
#define RANDOMIZE 0 // (B) use new random seed for each run
118118
#define SEED 0 // (int) seed value for random number generator
119119
(must set RANDOMIZE=0)
120120
#define METROFREQ 10 // (int) Frequency of using Metropolis step to update

0 commit comments

Comments
 (0)