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

mark particles in foreign cells as being out of reach timestep-wise.

Former-commit-id: c8b286199030975216552d342d44c3549770bb37
parent b78a265a
No related branches found
No related tags found
No related merge requests found
...@@ -91,8 +91,8 @@ int cell_unpack ( struct pcell *pc , struct cell *c , struct space *s ) { ...@@ -91,8 +91,8 @@ int cell_unpack ( struct pcell *pc , struct cell *c , struct space *s ) {
/* Unpack the current pcell. */ /* Unpack the current pcell. */
c->h_max = pc->h_max; c->h_max = pc->h_max;
c->dt_min = pc->dt_min; c->dt_min = FLT_MAX; // pc->dt_min;
c->dt_max = pc->dt_max; c->dt_max = FLT_MAX; // pc->dt_max;
c->count = pc->count; c->count = pc->count;
c->tag = pc->tag; c->tag = pc->tag;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment