Skip to content
Snippets Groups Projects

fix memory error in testSelectOutput

Merged Loic Hausammann requested to merge fix_test_select_output into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
+ 2
0
@@ -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.;
Loading