Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
Deprecated List
Member Fauna::Output::TextTableWriterOptions::mass_density_per_hft
The name per_hft is confusing because in per_ind it has a different meaning, e.g. in eaten_forage_per_ind. Use mass_density instead.
Member Fauna::World::simulate_day (const Date &date, const bool do_herbivores)
Use simulate_day(const Date&, const SimDayOptions&)
Member Fauna::World::World ()
Rather don’t create a Fauna::World object at all instead of a “dummy” one. For example, use std::shared_ptr<Fauna::World> and leave the pointer NULL if you don’t need it.