update/correct extract function

This commit is contained in:
Axel Kohlmeyer
2021-08-21 20:31:02 -04:00
parent 1c7bf82930
commit 384330aff2
7 changed files with 25 additions and 14 deletions

View File

@ -77,8 +77,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
setflag = nullptr;
cutsq = nullptr;
ewaldflag = pppmflag = msmflag = dispersionflag =
tip4pflag = dipoleflag = spinflag = 0;
ewaldflag = pppmflag = msmflag = dispersionflag = tip4pflag = dipoleflag = spinflag = 0;
reinitflag = 1;
centroidstressflag = CENTROID_SAME;