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

butterflies: and one more

parent 2b49b5af
No related branches found
No related tags found
No related merge requests found
...@@ -78,7 +78,7 @@ static void inline single_random_walk(struct cats_thread_info *ts, struct cats_g ...@@ -78,7 +78,7 @@ static void inline single_random_walk(struct cats_thread_info *ts, struct cats_g
// is the cell a valid dispersal target location? // is the cell a valid dispersal target location?
if (!(data->info_layer[row][col] & BF_CELL_VALID_DISPERSAL_TARGET)) { if (!(data->info_layer[row][col] & BF_CELL_VALID_DISPERSAL_TARGET)) {
if (debug_rw) { if (debug_rw) {
fprintf(f, "%d,%d,%d,%d,%d,%d\n", row, col, steps + 1, fprintf(f, "%d,%d,%d,%d,%d,%d,%d\n", rw_num, row, col, steps + 1,
module_conf->animal_dispersal_max_radius - steps - 1, 0, eggs_left); module_conf->animal_dispersal_max_radius - steps - 1, 0, eggs_left);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment