|
Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
|
Options passed to simulate_day() More...
#include <world.h>
Public Member Functions | |
| SimDayOptions () | |
| Constructor. More... | |
Public Attributes | |
| bool | do_herbivores = true |
| Whether to perform herbivore simulations. More... | |
| bool | reset_date = false |
| Whether to reset the simulation so we start from the beginning. More... | |
Options passed to simulate_day()
|
inline |
Constructor.
| bool Fauna::World::SimDayOptions::do_herbivores = true |
Whether to perform herbivore simulations.
If false, only the output data of the habitats are updated.
| bool Fauna::World::SimDayOptions::reset_date = false |
Whether to reset the simulation so we start from the beginning.
Enable this if you want to move on to simulate another area for instance. Then you restart from the beginning of your simulation time and set the date accordingly. (simulate_day() will not throw an error about non-consecutive dates.)