Merge pull request #393 from akohlmey/small-bugfixes

Small bugfixes
This commit is contained in:
sjplimp
2017-03-07 09:56:03 -07:00
committed by GitHub
3 changed files with 3 additions and 2 deletions

View File

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