Subversion Repositories public iLand

Rev

Rev 188 | Rev 226 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 188 Rev 189
Line 2... Line 2...
2
/** @class ResourceUnitSpecies contains data per ResourceUnit x Species
2
/** @class ResourceUnitSpecies contains data per ResourceUnit x Species
3
    Data stored is either statistical (i.e. number of trees per species) or used
3
    Data stored is either statistical (i.e. number of trees per species) or used
4
    within the model (e.g. fraction of utilizable Radiation)
4
    within the model (e.g. fraction of utilizable Radiation)
5
  */
5
  */
6
#include "global.h"
6
#include "global.h"
7
#include "ressourceunitspecies.h"
-
 
-
 
7
#include "resourceunitspecies.h"
8
8
9
#include "species.h"
9
#include "species.h"
10
#include "ressourceunit.h"
-
 
-
 
10
#include "resourceunit.h"
11
11
12
12