Subversion Repositories public iLand

Rev

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

Rev 808 Rev 863
Line 78... Line 78...
78
    // removed growth is the running sum of all removed
78
    // removed growth is the running sum of all removed
79
    // tree volume. the current "GWL" therefore is current volume (standing) + mRemovedGrowth.
79
    // tree volume. the current "GWL" therefore is current volume (standing) + mRemovedGrowth.
80
    mRemovedGrowth+=statisticsDead().volume() + statisticsMgmt().volume();
80
    mRemovedGrowth+=statisticsDead().volume() + statisticsMgmt().volume();
81
}
81
}
82
82
83
void ResourceUnitSpecies::calclulateEstablishment()
-
 
-
 
83
void ResourceUnitSpecies::calculateEstablishment()
84
{
84
{
85
    mEstablishment.calculate();
85
    mEstablishment.calculate();
86
    //DBGMODE(
86
    //DBGMODE(
87
        if (GlobalSettings::instance()->isDebugEnabled(GlobalSettings::dEstablishment)) {
87
        if (GlobalSettings::instance()->isDebugEnabled(GlobalSettings::dEstablishment)) {
88
            DebugList &out = GlobalSettings::instance()->debugList(ru()->index(), GlobalSettings::dEstablishment);
88
            DebugList &out = GlobalSettings::instance()->debugList(ru()->index(), GlobalSettings::dEstablishment);