Skip to content
Snippets Groups Projects
Commit 6f80d9cb authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

butterflies: use full carrying capacity

parent c6c6cfde
No related branches found
No related tags found
No related merge requests found
......@@ -164,6 +164,8 @@ void load_butterflies_species_params(struct cats_configuration *conf, struct cat
data->generations_max = (int32_t) ceill(data->butterfly_generations.max_rate);
data->generations_min = (int32_t) ceill(data->butterfly_generations.min_rate);
param->plant_dispersal_max_radius = data->animal_dispersal_max_radius;
param->max_adult_cc_fraction = 1.0;
if (!data->actions_added) {
bf_register_actions(conf);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment