Skip to content
Snippets Groups Projects
Commit 1da789db authored by Loic Hausammann's avatar Loic Hausammann Committed by Loic Hausammann
Browse files

fix memory error in testSelectOutput

parent 50457d68
No related branches found
No related tags found
1 merge request!600fix memory error in testSelectOutput
......@@ -566,8 +566,10 @@ void cosmology_init_no_cosmo(struct cosmology *c) {
c->drift_fac_interp_table = NULL;
c->grav_kick_fac_interp_table = NULL;
c->hydro_kick_fac_interp_table = NULL;
c->hydro_kick_corr_interp_table = NULL;
c->time_interp_table = NULL;
c->time_interp_table_offset = 0.;
c->scale_factor_interp_table = NULL;
c->time_begin = 0.;
c->time_end = 0.;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment