Subversion Repositories public iLand

Rev

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

Rev 1165 Rev 1180
Line 672... Line 672...
672
672
673
    if (!isDead())
673
    if (!isDead())
674
        mRU->resourceUnitSpecies(species()).statistics().add(this, &d);
674
        mRU->resourceUnitSpecies(species()).statistics().add(this, &d);
675
675
676
    // regeneration
676
    // regeneration
677
    mSpecies->seedProduction(mAge, mHeight, mPositionIndex);
-
 
-
 
677
    mSpecies->seedProduction(this);
678
678
679
}
679
}
680
680
681
/** partitioning of this years assimilates (NPP) to biomass compartments.
681
/** partitioning of this years assimilates (NPP) to biomass compartments.
682
  Conceptionally, the algorithm is based on Duursma, 2007.
682
  Conceptionally, the algorithm is based on Duursma, 2007.