From 51a666ef1b9991010100bfba751cc55451080783 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Wed, 13 Sep 2017 23:01:59 +0100 Subject: [PATCH] Code formatting --- src/hydro/Shadowswift/hydro_iact.h | 1 - tests/testGravityDerivatives.c | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/hydro/Shadowswift/hydro_iact.h b/src/hydro/Shadowswift/hydro_iact.h index 28c3ce5521..15219bf879 100644 --- a/src/hydro/Shadowswift/hydro_iact.h +++ b/src/hydro/Shadowswift/hydro_iact.h @@ -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); } - diff --git a/tests/testGravityDerivatives.c b/tests/testGravityDerivatives.c index aa9941976c..eb7894a464 100644 --- a/tests/testGravityDerivatives.c +++ b/tests/testGravityDerivatives.c @@ -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; -- GitLab