Skip to content
Snippets Groups Projects
Commit 14800922 authored by Peter Alexander's avatar Peter Alexander
Browse files

Automated merge with bundle:/var/folders/q0/_71d_v6x7_db44ndq976wzym0000gn/T/SourceTreeTemp.JKR235

parents 18fcb3ee 3c8ca6e3
No related branches found
No related tags found
No related merge requests found
......@@ -222,5 +222,5 @@ public class ModelConfig {
public static final int LPJG_TIMESTEP_SIZE = 5;
public static final int NUM_YIELD_CLUSTERS = getIntProperty("NUM_YIELD_CLUSTERS", 500);
public static final long RANDOM_SEED = 1974329; // any number will do
public static final long RANDOM_SEED = getIntProperty("RANDOM_SEED", 1974329); // any number will do
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment