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
No related branches found
No related tags found
No related merge requests found
......@@ -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