Subversion Repositories public iLand

Rev

Rev 187 | Rev 189 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1
 
187 iland 2
/** @class ResourceUnitSpecies contains data per ResourceUnit x Species
111 Werner 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)
5
  */
6
#include "global.h"
7
#include "ressourceunitspecies.h"
8
 
9
#include "species.h"
10
#include "ressourceunit.h"
11
 
12