Apply CENTROID_* constants

This commit is contained in:
Richard Berger
2020-11-16 11:01:31 -05:00
parent c0f3697d9e
commit 1ba9dd7435
27 changed files with 30 additions and 30 deletions

View File

@ -29,7 +29,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PairCoulCut::PairCoulCut(LAMMPS *lmp) : Pair(lmp) {
centroidstressflag = 1;
centroidstressflag = CENTROID_SAME;
}
/* ---------------------------------------------------------------------- */