forked from lijiext/lammps
trigger recomputing ichunk between runs unless requested otherwise
this fixes #390
This commit is contained in:
parent
49e83b4348
commit
c0cf50bce5
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue