ALMaSS Rabbit ODdox  1.00
The rabbit model description following ODdox protocol
Public Member Functions | Public Attributes | List of all members
CropGrowth Class Reference

#include <plants.h>

Public Member Functions

 CropGrowth (void)
 

Public Attributes

bool m_lownut
 
double m_dds [5][MaxNoInflections]
 
double m_slopes [5][3][MaxNoInflections]
 
double m_start [5][3]
 
bool m_start_valid [5]
 

Detailed Description

Definition at line 65 of file plants.h.

Constructor & Destructor Documentation

CropGrowth::CropGrowth ( void  )

Definition at line 221 of file plants.cpp.

222 {
223  for (unsigned int j=0; j<5; j++) {
224  m_start_valid[j] = false;
225  for ( unsigned int k=0; k<3; k++) {
226  m_start[j][k] = 0.0;
227  }
228  }
229 }
double m_start[5][3]
Definition: plants.h:70
bool m_start_valid[5]
Definition: plants.h:71

Member Data Documentation

double CropGrowth::m_dds[5][MaxNoInflections]

Definition at line 68 of file plants.h.

bool CropGrowth::m_lownut

Definition at line 67 of file plants.h.

double CropGrowth::m_slopes[5][3][MaxNoInflections]

Definition at line 69 of file plants.h.

double CropGrowth::m_start[5][3]

Definition at line 70 of file plants.h.

bool CropGrowth::m_start_valid[5]

Definition at line 71 of file plants.h.


The documentation for this class was generated from the following files: