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

Code formatting

parent 34ee8e01
Branches
Tags
No related merge requests found
......@@ -345,4 +345,3 @@ __attribute__((always_inline)) INLINE static void runner_iact_nonsym_force(
runner_iact_fluxes_common(r2, dx, hi, hj, pi, pj, 0);
}
......@@ -955,7 +955,8 @@ int main() {
/* Compute all derivatives */
struct potential_derivatives_M2L pot;
compute_potential_derivatives_M2L(dx, dy, dz, r2, r_inv, eps, eps_inv, &pot);
compute_potential_derivatives_M2L(dx, dy, dz, r2, r_inv, eps, eps_inv,
&pot);
/* Minimal value we care about */
const double min = 1e-9;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment