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

removed debug statement

parent 0bea33bc
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,9 @@ void load_conf_vital_rate(struct cats_vital_rate *vr, struct cats_configuration
char *vital_rate_maximum = compound_string(vr_name, "maximum", " ");
bool req = !vr->preset.have_maximum;
printf("%s: %s required %d\n", __func__, vr->name, req);
// printf("%s: %s required %d\n", __func__, vr->name, req);
if (vr == &p->carrying_capacity) req = true;
bool have_max = load_conf_value(req, ini, species_section, vital_rate_maximum, &vr->max_rate);
if (vr->is_integer_quantity) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment