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

Remove debug cruft

parent 30bb8907
Branches
Tags
1 merge request!290Only repartition when required
......@@ -3275,9 +3275,9 @@ void engine_init(struct engine *e, struct space *s,
e->hydro_properties->delta_neighbours,
e->hydro_properties->eta_neighbours);
fprintf(e->file_timesteps, "# %6s %14s %14s %10s %10s %16s [%s] %s\n", "Step",
fprintf(e->file_timesteps, "# %6s %14s %14s %10s %10s %16s [%s]\n", "Step",
"Time", "Time-step", "Updates", "g-Updates", "Wall-clock time",
clocks_getunit(), "Elapsed time (sec)");
clocks_getunit());
fflush(e->file_timesteps);
}
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment