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

@ -36,7 +36,7 @@ using namespace MathConst;
PairCoulWolf::PairCoulWolf(LAMMPS *lmp) : Pair(lmp)
{
single_enable = 0; // NOTE: single() method below is not yet correct
centroidstressflag = 1;
centroidstressflag = CENTROID_SAME;
}
/* ---------------------------------------------------------------------- */