Skip to content
Snippets Groups Projects
Commit cb4fe643 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Correct descriptions

parent 406999b0
Branches
Tags
1 merge request!651Speed-up for large top-level grids
...@@ -143,10 +143,10 @@ struct space { ...@@ -143,10 +143,10 @@ struct space {
/*! The indices of the *local* top-level cells with tasks */ /*! The indices of the *local* top-level cells with tasks */
int *local_cells_with_tasks_top; 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; 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; int *local_cells_with_particles_top;
/*! The total number of parts in the space. */ /*! The total number of parts in the space. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment