Subversion Repositories public iLand

Rev

Rev 964 | Rev 1008 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

#ifndef BBGENERATIONS_H
#define BBGENERATIONS_H

class BBGenerations
{
public:
    BBGenerations();
private:
    void calculateBarkTemperature(const ResourceUnit *ru);
    double mBarkTemp[366];
};

#endif // BBGENERATIONS_H