trigger recomputing ichunk between runs unless requested otherwise
this fixes #390
This commit is contained in:
@ -616,6 +616,7 @@ void ComputeChunkAtom::setup()
|
||||
{
|
||||
if (nchunkflag == ONCE) setup_chunks();
|
||||
if (idsflag == ONCE) compute_ichunk();
|
||||
else invoked_ichunk = -1;
|
||||
}
|
||||
|
||||
/* ----------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user