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

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