Subversion Repositories public iLand

Rev

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

Rev 452 Rev 453
Line 88... Line 88...
88
}
88
}
89
89
90
void ResourceUnitSpecies::calclulateSaplingGrowth()
90
void ResourceUnitSpecies::calclulateSaplingGrowth()
91
{
91
{
92
    mSapling.calculateGrowth();
92
    mSapling.calculateGrowth();
-
 
93
}
-
 
94
-
 
95
void ResourceUnitSpecies::visualGrid(Grid<float> &grid) const
-
 
96
{
-
 
97
    mSapling.fillHeightGrid(grid);
93
}
98
}