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

Now really everywhere

parent 810d3499
Branches
Tags
2 merge requests!136Master,!90Improved multi-timestep SPH
......@@ -152,9 +152,9 @@ __attribute__((always_inline))
INLINE static void hydro_reset_acceleration(struct part* p) {
/* Reset the acceleration. */
p->a[0] = 0.0f;
p->a[1] = 0.0f;
p->a[2] = 0.0f;
p->a_hydro[0] = 0.0f;
p->a_hydro[1] = 0.0f;
p->a_hydro[2] = 0.0f;
/* Reset the time derivatives. */
p->force.u_dt = 0.0f;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment