diff --git a/src/atom_vec.cpp b/src/atom_vec.cpp index 194cf246ce..6baeaeacc3 100644 --- a/src/atom_vec.cpp +++ b/src/atom_vec.cpp @@ -55,6 +55,9 @@ AtomVec::AtomVec(LAMMPS *lmp) : Pointers(lmp) threads = NULL; nthreads = comm->nthreads; + ngrow = ncopy = ncomm = ncomm_vel = nreverse = nborder = nborder_vel = 0; + nexchange = nrestart = ncreate = ndata_atom = ndata_vel = 0; + // peratom variables auto-included in corresponding child style fields string // these fields cannot be specified in the fields string