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

Code formatting

parent e19c3a9f
No related branches found
No related tags found
2 merge requests!136Master,!94Integer timeline
......@@ -912,8 +912,8 @@ void runner_dokick(struct runner *r, struct cell *c, int timer) {
/* Extra kick work */
hydro_kick_extra(p, xp, dt, half_dt);
/* Number of updated particles */
updated++;
/* Number of updated particles */
updated++;
}
/* Now collect quantities for statistics */
......@@ -944,7 +944,6 @@ void runner_dokick(struct runner *r, struct cell *c, int timer) {
/* Minimal time for next end of time-step */
ti_end_min = min(p->ti_end, ti_end_min);
ti_end_max = max(p->ti_end, ti_end_max);
}
}
......
......@@ -653,7 +653,7 @@ void write_output_serial(struct engine* e, struct UnitSystem* us, int mpi_rank,
}
/* Write footer of LXMF file descriptor */
if (mpi_rank == 0) writeXMFfooter(xmfFile);
if (mpi_rank == 0) writeXMFfooter(xmfFile);
/* message("Done writing particles..."); */
++outputCount;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment