From 1c954e0977443dc2f0ee45d716839e8ce2b13acd Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Thu, 28 Sep 2017 11:14:21 +0100 Subject: [PATCH] Documentation fixes. --- src/runner_doiact_fft.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/runner_doiact_fft.c b/src/runner_doiact_fft.c index 551d15f2d9..945bbb9d89 100644 --- a/src/runner_doiact_fft.c +++ b/src/runner_doiact_fft.c @@ -57,6 +57,7 @@ __attribute__((always_inline)) INLINE static int row_major_id(int i, int j, * @param rho The density mesh. * @param N the size of the mesh along one axis. * @param fac The width of a mesh cell. + * @param dim The dimensions of the simulation box. */ __attribute__((always_inline)) INLINE static void multipole_to_mesh_CIC( const struct gravity_tensors* m, double* rho, int N, double fac, @@ -107,6 +108,7 @@ __attribute__((always_inline)) INLINE static void multipole_to_mesh_CIC( * @param pot The potential mesh. * @param N the size of the mesh along one axis. * @param fac width of a mesh cell. + * @param dim The dimensions of the simulation box. */ __attribute__((always_inline)) INLINE static void mesh_to_multipole_CIC( struct gravity_tensors* m, const double* pot, int N, double fac, -- GitLab