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

clean up commented-out old code.

Former-commit-id: 5d5cc07feb9ce1c40bd3ca273d694f3d558162b8
parent db0abfa5
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,6 @@ 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 = ( ((long long int)c) / sizeof(struct cell) ) % (1 << 30);
c->tag = pc->tag = cell_next_tag++;
/* Fill in the progeny, depth-first recursion. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment