Unverified Commit 5d1d406e authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

must initialize ngrow in the constructor

parent a766b6a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -38,6 +38,7 @@ using namespace MathConst;
AtomVec::AtomVec(LAMMPS *lmp) : Pointers(lmp)
{
  nmax = 0;
  ngrow = 0;

  molecular = 0;
  bonds_allow = angles_allow = dihedrals_allow = impropers_allow = 0;