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

Force a rebuild after time-step 0

parent 825c9fa4
No related branches found
No related tags found
1 merge request!275New h max definition
......@@ -2637,6 +2637,7 @@ void engine_init_particles(struct engine *e, int flag_entropy_ICs) {
/* Ready to go */
e->step = -1;
e->forcerebuild = 1;
e->wallclock_time = (float)clocks_diff(&time1, &time2);
if (e->verbose) message("took %.3f %s.", e->wallclock_time, clocks_getunit());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment