Skip to content
Snippets Groups Projects
Commit 7ff9b72d authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Typo

parent 31fe964e
No related branches found
No related tags found
1 merge request!136Master
......@@ -480,7 +480,7 @@ void space_rebuild(struct space *s, double cell_max, int verbose) {
const struct gpart *const p = &s->gparts[k];
gind[k] =
cell_getid(cdim, p->x[0] * ih[0], p->x[1] * ih[1], p->x[2] * ih[2]);
cells[gind[k]].count += 1;
cells[gind[k]].gcount += 1;
/* if ( cells[ ind[k] ].nodeID != nodeID )
error( "Received part that does not belong to me (nodeID=%i)." , cells[
ind[k] ].nodeID ); */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment