ALMaSS Hare ODDox  1.1
The hare model description following ODdox protocol
YoungForest.h File Reference

Go to the source code of this file.

Classes

class  YoungForestCrop
 

Macros

#define YOUNGFOREST_BASE   6510
 

Enumerations

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

Macro Definition Documentation

◆ YOUNGFOREST_BASE

#define YOUNGFOREST_BASE   6510

Definition at line 40 of file YoungForest.h.

Enumeration Type Documentation

◆ YoungForestToDo

Enumerator
yf_start 
yf_do_nothing_start 
yf_do_nothing_stop 

Definition at line 42 of file YoungForest.h.

42  {
43  yf_start = 1, // Compulsory, start event must always be 1 (one).
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
YOUNGFOREST_BASE
#define YOUNGFOREST_BASE
Definition: YoungForest.h:40