Skip to content
Snippets Groups Projects
Commit 852ce8aa authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

oops.

Former-commit-id: 3e2e2fd2880bc17520646797d360921a71514379
parent ac74d8fd
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,7 @@ int cell_pack ( struct cell *c , struct pcell *pc ) {
pc->dt_min = c->dt_min;
pc->dt_max = c->dt_max;
pc->count = c->count;
c->tag = pc->tag = atomic_inc(cell_next_tag) % cell_max_tag;
c->tag = pc->tag = atomic_inc(&cell_next_tag) % cell_max_tag;
/* Fill in the progeny, depth-first recursion. */
for ( k = 0 ; k < 8 ; k++ )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment