Loading [MathJax]/extensions/ams.js
ALMaSS  1.2 (after EcoStack, March 2024)
The Animal, Landscape and Man Simulation System
All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
YoungForest.h File Reference

Go to the source code of this file.

Classes

class  YoungForestCrop
 

Macros

#define YOUNGFOREST_BASE   900
 

Enumerations

enum  YoungForestToDo { yf_start = 1, yf_do_nothing_start = YOUNGFOREST_BASE, yf_do_nothing_stop, yf_foobar }
 

Macro Definition Documentation

◆ YOUNGFOREST_BASE

#define YOUNGFOREST_BASE   900

Enumeration Type Documentation

◆ YoungForestToDo

Enumerator
yf_start 
yf_do_nothing_start 
yf_do_nothing_stop 
yf_foobar 
42  {
43  yf_start = 1, // Compulsory, start event must always be 1 (one).
46  yf_foobar
yf_do_nothing_stop
Definition: YoungForest.h:45
YoungForestToDo
YoungForestToDo
Definition: YoungForest.h:42
yf_start
Definition: YoungForest.h:43
yf_do_nothing_start
Definition: YoungForest.h:44
yf_foobar
Definition: YoungForest.h:46
YOUNGFOREST_BASE
#define YOUNGFOREST_BASE
Definition: YoungForest.h:40