make certain, the molecular flag is always initialized

This commit is contained in:
Axel Kohlmeyer
2020-03-21 01:08:09 -04:00
parent 54c2381632
commit f560cd6dd5

View File

@ -36,6 +36,7 @@ AtomVec::AtomVec(LAMMPS *lmp) : Pointers(lmp)
forceclearflag = 0;
size_data_bonus = 0;
maxexchange = 0;
molecular = 0;
kokkosable = 0;