Skip to content

Commit 2a900f6

Browse files
committed
Changes the default value of RANDOMIZE to 0, since we now perform the SEED generation before running STRUCTURE
1 parent 3975a19 commit 2a900f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

structure_threader/skeletons/stparams.py

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

0 commit comments

Comments
 (0)