trigger recomputing ichunk between runs unless requested otherwise

this fixes #390
This commit is contained in:
Axel Kohlmeyer 2017-02-27 18:19:59 -05:00
parent 49e83b4348
commit c0cf50bce5
1 changed files with 1 additions and 0 deletions

View File

@ -616,6 +616,7 @@ void ComputeChunkAtom::setup()
{ {
if (nchunkflag == ONCE) setup_chunks(); if (nchunkflag == ONCE) setup_chunks();
if (idsflag == ONCE) compute_ichunk(); if (idsflag == ONCE) compute_ichunk();
else invoked_ichunk = -1;
} }
/* ---------------------------------------------------------------------- /* ----------------------------------------------------------------------