From 7eee9116d9a16f285e115fca1fe44c8bf0d349fe Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Mon, 27 May 2019 12:52:10 +0100 Subject: [PATCH] Document change of entry struct to sort_entry --- src/runner_doiact_vec.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/runner_doiact_vec.c b/src/runner_doiact_vec.c index f7d07e6b62..68f34b0d3b 100644 --- a/src/runner_doiact_vec.c +++ b/src/runner_doiact_vec.c @@ -240,8 +240,8 @@ __attribute__((always_inline)) INLINE static void storeInteractions( * * @param ci #cell pointer to ci * @param cj #cell pointer to cj - * @param sort_i #entry array for particle distance in ci - * @param sort_j #entry array for particle distance in cj + * @param sort_i #sort_entry array for particle distance in ci + * @param sort_j #sort_entry array for particle distance in cj * @param dx_max maximum particle movement allowed in cell * @param rshift cutoff shift * @param hi_max Maximal smoothing length in cell ci @@ -399,8 +399,8 @@ __attribute__((always_inline)) INLINE static void populate_max_index_density( * * @param ci #cell pointer to ci * @param cj #cell pointer to cj - * @param sort_i #entry array for particle distance in ci - * @param sort_j #entry array for particle distance in cj + * @param sort_i #sort_entry array for particle distance in ci + * @param sort_j #sort_entry array for particle distance in cj * @param dx_max maximum particle movement allowed in cell * @param rshift cutoff shift * @param hi_max_raw Maximal smoothing length in cell ci @@ -571,7 +571,7 @@ __attribute__((always_inline)) INLINE static void populate_max_index_force( * @param runner_shift_x The runner_shift in the x direction. * @param runner_shift_y The runner_shift in the y direction. * @param runner_shift_z The runner_shift in the z direction. - * @param sort_j #entry array for particle distance in cj + * @param sort_j #sort_entry array for particle distance in cj * @param max_index_i array to hold the maximum distances of pi particles into * #cell cj * @param flipped Flag to check whether the cells have been flipped or not. -- GitLab