Subversion Repositories public iLand

Rev

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

Rev 458 Rev 462
Line 94... Line 94...
94
94
95
void ResourceUnitSpecies::visualGrid(Grid<float> &grid) const
95
void ResourceUnitSpecies::visualGrid(Grid<float> &grid) const
96
{
96
{
97
    mSapling.fillHeightGrid(grid);
97
    mSapling.fillHeightGrid(grid);
98
}
98
}
-
 
99