Unverified Commit f560cd6d authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

make certain, the molecular flag is always initialized

parent 54c23816
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -36,6 +36,7 @@ AtomVec::AtomVec(LAMMPS *lmp) : Pointers(lmp)
  forceclearflag = 0;
  size_data_bonus = 0;
  maxexchange = 0;
  molecular = 0;

  kokkosable = 0;