Skip to content
Snippets Groups Projects
Commit 65c8cbe2 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Do not print the time spent initialising the cosmology tables.

parent 259be318
No related branches found
No related tags found
1 merge request!516More cosmology work
......@@ -290,8 +290,6 @@ double time_integrand(double a, void *param) {
*/
void cosmology_init_tables(struct cosmology *c) {
const ticks tic = getticks();
#ifdef HAVE_LIBGSL
/* Retrieve some constants */
......@@ -379,9 +377,6 @@ void cosmology_init_tables(struct cosmology *c) {
error("Code not compiled with GSL. Can't compute cosmology integrals.");
#endif
message("took %.3f %s.", clocks_from_ticks(getticks() - tic),
clocks_getunit());
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment