Commit c0cf50bc authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

trigger recomputing ichunk between runs unless requested otherwise

this fixes #390
parent 49e83b43
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -616,6 +616,7 @@ void ComputeChunkAtom::setup()
{
  if (nchunkflag == ONCE) setup_chunks();
  if (idsflag == ONCE) compute_ichunk();
  else invoked_ichunk = -1;
}

/* ----------------------------------------------------------------------