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

Parenthesis mix-up

parent f1210eaf
Branches
Tags
1 merge request!314Timestep order
...@@ -2621,8 +2621,8 @@ void engine_prepare(struct engine *e) { ...@@ -2621,8 +2621,8 @@ void engine_prepare(struct engine *e) {
* That can include cells that have not * That can include cells that have not
* previously been active on this rank. */ * previously been active on this rank. */
space_check_drift_point(e->s, e->ti_old); space_check_drift_point(e->s, e->ti_old);
#endif
} }
#endif
/* Do we need repartitioning ? */ /* Do we need repartitioning ? */
if (e->forcerepart) engine_repartition(e); if (e->forcerepart) engine_repartition(e);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment