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

butterflies: disable initial population debugging

parent 3d10f961
No related branches found
No related tags found
No related merge requests found
......@@ -169,7 +169,7 @@ void initial_population_adjustment(struct cats_configuration *conf, struct cats_
log_message(LOG_IMPORTANT, "Loaded initial populations: %ld cells occupied before adjustment", init_populated_cells);
if (grid->param.initial_population.set_to_cc == true) {
#define DEBUG_INITIAL_POPULATIONS 1
//#define DEBUG_INITIAL_POPULATIONS 1
#ifdef DEBUG_INITIAL_POPULATIONS
const int32_t max_i = 10;
struct cats_vital_rate *cc_rate = &grid->param.carrying_capacity;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment