Subversion Repositories public iLand

Rev

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

Rev 1104 Rev 1157
Line 155... Line 155...
155
    }
155
    }
156
    SeedDispersal::finalizeExternalSeeds();
156
    SeedDispersal::finalizeExternalSeeds();
157
    qDebug() << "Setup of seed dispersal maps finished.";
157
    qDebug() << "Setup of seed dispersal maps finished.";
158
}
158
}
159
159
160
Species *nc_seed_distribution(Species *species)
-
 
-
 
160
void nc_seed_distribution(Species *species)
161
{
161
{
162
    species->seedDispersal()->execute();
162
    species->seedDispersal()->execute();
163
    return species;
-
 
164
}
163
}
-
 
164
165
void SpeciesSet::regeneration()
165
void SpeciesSet::regeneration()
166
{
166
{
167
    if (!GlobalSettings::instance()->model()->settings().regenerationEnabled)
167
    if (!GlobalSettings::instance()->model()->settings().regenerationEnabled)
168
        return;
168
        return;
169
    DebugTimer t("seed dispersal (all species)");
169
    DebugTimer t("seed dispersal (all species)");