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

butterflies: removed debug statement

parent cfb7e2a7
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ void bf_cell_maturation(struct cats_grid *grid, struct cats_thread_info *ts, cat
exit_cats(EXIT_FAILURE);
}
printf("row %d col %d: suitability: %f, eggs: %f, reproduction rate %Lf\n", row, col, suit, eggs, reproduction_rate);
//printf("row %d col %d: suitability: %f, eggs: %f, reproduction rate %Lf\n", row, col, suit, eggs, reproduction_rate);
if (reproduction_rate == 0) {
data->eggs[row][col] = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment