Skip to content

Commit

Permalink
removed test output
Browse files Browse the repository at this point in the history
  • Loading branch information
Anne Hutter committed Nov 20, 2019
1 parent 9b81957 commit 82e40e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/confObj.c
Expand Up @@ -106,8 +106,6 @@ confObj_new(parse_ini_t ini)

xfree(kbinningCase);

printf("n = %d\t useOnlyPase = %d\n", config->n, config->calc_phases_only);

return config;
}

Expand Down
2 changes: 1 addition & 1 deletion src/kvectors.c
Expand Up @@ -244,4 +244,4 @@ double calc_k3max(kvectors_t *theseKvectors, int i)
double k3max = calc_k3(theseKvectors->kpolygon[0], theseKvectors->kpolygon[1], cosTheta);

return k3max;
}
}

0 comments on commit 82e40e0

Please sign in to comment.