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

Compile with gcc 4.9

parent 3b1afe6f
No related branches found
No related tags found
2 merge requests!136Master,!79First version of the multiple time-stepping
......@@ -1026,6 +1026,7 @@ void space_split(struct space *s, struct cell *c) {
xp->x_old[1] = p->x[1];
xp->x_old[2] = p->x[2];
h = p->h;
t_end = p->t_end;
if (h > h_max) h_max = h;
if (t_end < t_end_min) t_end_min = t_end;
if (t_end > t_end_max) t_end_max = t_end;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment