Skip to content
Snippets Groups Projects
Commit de964ddc authored by ThibautDemare's avatar ThibautDemare
Browse files

Need to create an empty commodity at the beginning otherwise commodities don't...

Need to create an empty commodity at the beginning otherwise commodities don't appear in list of species when simulation is running
parent 5d56e359
Branches
Tags
No related merge requests found
......@@ -163,6 +163,8 @@ global {
}
/**/
create Commodity number:1; // create an empty commodity here, because, otherwise, I don't have access to the list of commodities while the simulation is running, in GUI mode
// Init other parameters
do init_decreasingRateOfStocks;
do init_cost;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment