From cb4fe64374f0666aae465c86d7754ace943ad296 Mon Sep 17 00:00:00 2001 From: "Peter W. Draper" <p.w.draper@durham.ac.uk> Date: Thu, 1 Nov 2018 12:30:17 +0000 Subject: [PATCH] Correct descriptions --- src/space.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/space.h b/src/space.h index 0b0298e81b..8b459d706b 100644 --- a/src/space.h +++ b/src/space.h @@ -143,10 +143,10 @@ struct space { /*! The indices of the *local* top-level cells with tasks */ int *local_cells_with_tasks_top; - /*! The indices of the top-level cells that have >0 #gpart */ + /*! The indices of the top-level cells that have >0 particles (of any kind) */ int *cells_with_particles_top; - /*! The indices of the top-level cells that have >0 #gpart */ + /*! The indices of the top-level cells that have >0 particles (of any kind) */ int *local_cells_with_particles_top; /*! The total number of parts in the space. */ -- GitLab