enforce initialization of data

This commit is contained in:
Axel Kohlmeyer
2022-12-14 05:39:46 -05:00
parent bded6b7fd0
commit ed248d1a6a

View File

@ -39,9 +39,11 @@ ResetAtomsMol::ResetAtomsMol(LAMMPS *lmp) : Command(lmp), cfa(nullptr), cca(null
compressflag = 1;
singleflag = 0;
offset = -1;
groupbit = group->bitmask[0];
idfrag.clear();
idchunk.clear();
nchunk = 0;
}
/* ---------------------------------------------------------------------- */