From e763cea63e3043a323250aeb68e05f091db9551c Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Sun, 25 Oct 2015 19:46:45 +0000 Subject: [PATCH] Doxygen fix --- src/space.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/space.c b/src/space.c index ba70cb6443..159fa4a48f 100644 --- a/src/space.c +++ b/src/space.c @@ -480,6 +480,7 @@ void space_rebuild(struct space *s, double cell_max, int verbose) { * @brief Sort the particles and condensed particles according to the given *indices. * + * @param s The #space. * @param ind The indices with respect to which the parts are sorted. * @param N The number of parts * @param min Lowest index. -- GitLab