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

butterflies: fixes to last commit

parent 3d247fcf
Branches
Tags
No related merge requests found
......@@ -70,7 +70,7 @@ enum action_status bf_action_stats_reset(struct cats_grid *grid, struct cats_con
eggs_to_adults_rate = bf_egg_to_adult_survival_rate(reproduction_rate, local_eggs, female_fraction);
result = local_eggs * eggs_to_adults_rate * female_fraction;
generations = calculate_rate_for_matrix(&module_conf->butterfly_generations, &l_param, print_rate);
log_message(LOG_INFO, "SUMMARY: reproduction rate at suitability 1: %Lf", reproduction_rate);
log_message(LOG_INFO, "SUMMARY: eggs per female at suitability 1: %Lf", eggs_per_female);
log_message(LOG_INFO, "SUMMARY: local eggs at suitability 1: %Lf", local_eggs);
......@@ -78,8 +78,9 @@ enum action_status bf_action_stats_reset(struct cats_grid *grid, struct cats_con
log_message(LOG_INFO, "SUMMARY: eggs to adult rate at suitability 1: %Lf", eggs_to_adults_rate);
log_message(LOG_INFO, "SUMMARY: egg fraction source (non-stationary females) at suitability 1: %Lf", egg_fraction_source);
log_message(LOG_INFO, "SUMMARY: carrying capacity at suitability 1: %Lf", K);
log_message(LOG_INFO, "SUMMARY: generations at suitability 1: %Lf", generations);
log_message(LOG_INFO, "SUMMARY: effective female to female rate at suitability 1: %Lf\n", result);
log_message(LOG_INFO, "SUMMARY: generations at suitability 2: %Lf", generations);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment