ALMaSS
1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
|
#include <iostream>
#include <fstream>
#include <string.h>
#include "../Landscape/ls.h"
#include "PopulationManager.h"
#include "../GooseManagement/Goose_Base.h"
#include "AOR_Probe.h"
#include <regex>
Variables | |
static CfgBool | cfg_AOR_Habitat_Location_On ("G_AOR_HABITAT_ON", CFG_CUSTOM, false) |
Flag for using the habitat location probe. More... | |
static CfgInt | cfg_AOR_Habitat_Location_Type ("G_AOR_HABITAT_TYPE", CFG_CUSTOM, 20) |
ALMaSS tole code for the habitat location probe to count in - default 20 = tole_Field. More... | |
|
static |
Flag for using the habitat location probe.
Referenced by AOR_Probe::AOR_Probe(), AOR_Probe::DoProbe(), and AOR_Probe::WriteData().
|
static |
ALMaSS tole code for the habitat location probe to count in - default 20 = tole_Field.
Referenced by AOR_Probe::AOR_Probe().