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

butterflies: removed unused variable

parent bfc75c18
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,8 @@ void bf_cell_maturation(struct cats_grid *grid, struct cats_thread_info *ts, cat ...@@ -46,7 +46,8 @@ void bf_cell_maturation(struct cats_grid *grid, struct cats_thread_info *ts, cat
exit(EXIT_FAILURE); exit(EXIT_FAILURE);
} }
int orig_eggs = data->eggs[row][col]; //int orig_eggs = data->eggs[row][col];
// the number of generations per cell is usually not an integer value // the number of generations per cell is usually not an integer value
// the non-integer part of the number of generations is used in the generation which is // the non-integer part of the number of generations is used in the generation which is
// one greater than the integer part of the number of generations // one greater than the integer part of the number of generations
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment