must copy/multiply the numbers of ellipsoids,lines,tris,bodies

This commit is contained in:
Axel Kohlmeyer
2020-07-08 21:12:29 -04:00
parent 7071cff481
commit ecc5d3e353

View File

@ -188,6 +188,11 @@ void Replicate::command(int narg, char **arg)
atom->ndihedrals = old->ndihedrals * nrep;
atom->nimpropers = old->nimpropers * nrep;
atom->nellipsoids = old->nellipsoids * nrep;
atom->nlines = old->nlines * nrep;
atom->ntris = old->ntris * nrep;
atom->nbodies = old->nbodies * nrep;
atom->ntypes = old->ntypes;
atom->nbondtypes = old->nbondtypes;
atom->nangletypes = old->nangletypes;