From 3fb0885707d6193ab5a62a3f55cf2879b87f7406 Mon Sep 17 00:00:00 2001 From: James Willis <james.s.willis@durham.ac.uk> Date: Thu, 7 Dec 2017 14:04:41 +0000 Subject: [PATCH] Documentation. --- src/runner_doiact_vec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/runner_doiact_vec.c b/src/runner_doiact_vec.c index 3a86fe7a46..40ca2d3027 100644 --- a/src/runner_doiact_vec.c +++ b/src/runner_doiact_vec.c @@ -385,8 +385,7 @@ __attribute__((always_inline)) INLINE static void populate_max_index_no_cache( * @param rshift cutoff shift * @param hi_max_raw Maximal smoothing length in cell ci * @param hj_max_raw Maximal smoothing length in cell cj - * @param hi_max Maximal smoothing length in cell ci scaled by kernel_gamma - * @param hj_max Maximal smoothing length in cell cj scaled by kernel_gamma + * @param h_max Maximal smoothing length in both cells scaled by kernel_gamma * @param di_max Maximal position on the axis that can interact in cell ci * @param dj_min Minimal position on the axis that can interact in cell ci * @param max_index_i array to hold the maximum distances of pi particles into -- GitLab