Goose Management Model ODdox
1.02
|
#include <cstdio>
#include <iostream>
#include <fstream>
#include <math.h>
#include <stdlib.h>
#include "configurator.h"
#include "maperrormsg.h"
#include "ls.h"
Go to the source code of this file.
Macros | |
#define | _CRT_SECURE_NO_DEPRECATE |
Functions | |
void | FloatToDouble (double &, float) |
Variables | |
CfgBool | cfg_pollen_nectar_on |
Flag to determine whether nectar and pollen models are used - should be set to true for pollinator models! More... | |
class PlantGrowthData * | g_crops |
#define _CRT_SECURE_NO_DEPRECATE |
Definition at line 28 of file plants.cpp.
void FloatToDouble | ( | double & | , |
float | |||
) |
Referenced by PlantGrowthData::PlantGrowthData().
CfgBool cfg_pollen_nectar_on |
Flag to determine whether nectar and pollen models are used - should be set to true for pollinator models!
Referenced by PollenNectarDevelopmentData::PollenNectarDevelopmentData().
class PlantGrowthData* g_crops |
Definition at line 41 of file plants.cpp.
Referenced by BeetleBank::BeetleBank(), VegElement::DoDevelopment(), UnsprayedFieldMargin::DoDevelopment(), FieldBoundary::FieldBoundary(), VegElement::ForceGrowthInitialize(), VegElement::ForceGrowthSpringTest(), CropRotation::GetFirstCrop(), Heath::Heath(), HedgeBank::HedgeBank(), Hedges::Hedges(), Landscape::Landscape(), Marsh::Marsh(), MownGrass::MownGrass(), NaturalGrassDry::NaturalGrassDry(), NaturalGrassWet::NaturalGrassWet(), Orchard::Orchard(), OrchardBand::OrchardBand(), PermanentSetaside::PermanentSetaside(), RoadsideVerge::RoadsideVerge(), VegElement::SetGrowthPhase(), VegElement::SetVegType(), UnsprayedFieldMargin::UnsprayedFieldMargin(), VegElement::VegElement(), Wasteland::Wasteland(), WaterBufferZone::WaterBufferZone(), YoungForest::YoungForest(), and Landscape::~Landscape().