Skip to content
Snippets Groups Projects
Commit 06ddd78b authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Add initialization for gcc 7.3.0 and ipo

parent a4482e52
No related branches found
No related tags found
2 merge requests!1887Updating . . .,!1878updating working branch
......@@ -109,7 +109,7 @@ void test_cosmo(struct engine *e, const char *name, const int with_assert) {
e->ti_current += 16;
/* Read next value */
integertime_t ti_next;
integertime_t ti_next = 0;
output_list_read_next_time(list, e, name, &ti_next);
output_time = (double)exp(ti_next * e->time_base) * e->cosmology->a_begin;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment