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

Merge branch 'fix_test_select_output' into 'master'

fix memory error in testSelectOutput

See merge request !600
parents bf7772bf 1da789db
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) { ...@@ -566,8 +566,10 @@ void cosmology_init_no_cosmo(struct cosmology *c) {
c->drift_fac_interp_table = NULL; c->drift_fac_interp_table = NULL;
c->grav_kick_fac_interp_table = NULL; c->grav_kick_fac_interp_table = NULL;
c->hydro_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 = NULL;
c->time_interp_table_offset = 0.; c->time_interp_table_offset = 0.;
c->scale_factor_interp_table = NULL;
c->time_begin = 0.; c->time_begin = 0.;
c->time_end = 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