Subversion Repositories public iLand

Rev

Rev 187 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1
 
111 Werner 2
/** @class RessourceUnitSpecies contains data per RessourceUnit x Species
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