From 7ff9b72d7f4afe51348bc362cdf78891ffa9e9b9 Mon Sep 17 00:00:00 2001 From: Matthieu Schaller <matthieu.schaller@durham.ac.uk> Date: Fri, 25 Mar 2016 19:11:57 +0000 Subject: [PATCH] Typo --- src/space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/space.c b/src/space.c index 7129ddcb31..0cce068b5d 100644 --- a/src/space.c +++ b/src/space.c @@ -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 ); */ -- GitLab