Subversion Repositories public iLand

Rev

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

Rev 461 Rev 475
Line 141... Line 141...
141
    QList<ResourceUnitSpecies*>::const_iterator iend = mRUSpecies.constEnd();
141
    QList<ResourceUnitSpecies*>::const_iterator iend = mRUSpecies.constEnd();
142
    mStatistics.clear();
142
    mStatistics.clear();
143
    for (i=mRUSpecies.constBegin(); i!=iend; ++i) {
143
    for (i=mRUSpecies.constBegin(); i!=iend; ++i) {
144
        (*i)->statisticsDead().clear();
144
        (*i)->statisticsDead().clear();
145
        (*i)->statisticsMgmt().clear();
145
        (*i)->statisticsMgmt().clear();
-
 
146
        (*i)->snagNewYear();
146
    }
147
    }
147
148
148
}
149
}
149
150
150
/** production() is the "stand-level" part of the biomass production (3PG).
151
/** production() is the "stand-level" part of the biomass production (3PG).