Subversion Repositories public iLand

Rev

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

Rev 697 Rev 707
Line 151... Line 151...
151
    qDebug() << "Setup of seed dispersal maps finished.";
151
    qDebug() << "Setup of seed dispersal maps finished.";
152
}
152
}
153
153
154
Species *nc_seed_distribution(Species *species)
154
Species *nc_seed_distribution(Species *species)
155
{
155
{
156
    species->setRandomGenerator();
-
 
157
    species->seedDispersal()->execute();
156
    species->seedDispersal()->execute();
158
    return species;
157
    return species;
159
}
158
}
160
void SpeciesSet::regeneration()
159
void SpeciesSet::regeneration()
161
{
160
{