Subversion Repositories public iLand

Rev

Rev 605 | Rev 611 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 605 Rev 609
Line 182... Line 182...
182
    mAggregatedLA = 0.;
182
    mAggregatedLA = 0.;
183
    mAggregatedLR = 0.;
183
    mAggregatedLR = 0.;
184
    mEffectiveArea = 0.;
184
    mEffectiveArea = 0.;
185
    mPixelCount = mStockedPixelCount = 0;
185
    mPixelCount = mStockedPixelCount = 0;
186
    snagNewYear();
186
    snagNewYear();
-
 
187
    if (mSoil)
-
 
188
        mSoil->newYear();
187
    // clear statistics global and per species...
189
    // clear statistics global and per species...
188
    QList<ResourceUnitSpecies*>::const_iterator i;
190
    QList<ResourceUnitSpecies*>::const_iterator i;
189
    QList<ResourceUnitSpecies*>::const_iterator iend = mRUSpecies.constEnd();
191
    QList<ResourceUnitSpecies*>::const_iterator iend = mRUSpecies.constEnd();
190
    mStatistics.clear();
192
    mStatistics.clear();
191
    for (i=mRUSpecies.constBegin(); i!=iend; ++i) {
193
    for (i=mRUSpecies.constBegin(); i!=iend; ++i) {