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

Applied code formatting script.

parent f7fffab0
No related branches found
No related tags found
No related merge requests found
......@@ -523,7 +523,7 @@ __attribute__((always_inline)) INLINE static void hydro_prepare_force(
if (p->h == hydro_props->h_max) {
rho_dh = 0.f;
}
const float grad_h_term =
const float grad_h_term =
1.f / (1.f + hydro_dimension_inv * p->h * rho_dh * rho_inv);
/* Compute the Balsara switch */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment