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

@ -41,7 +41,7 @@ PairPython::PairPython(LAMMPS *lmp) : Pair(lmp) {
one_coeff = 1;
reinitflag = 0;
cut_global = 0.0;
centroidstressflag = 1;
centroidstressflag = CENTROID_SAME;
py_potential = nullptr;
skip_types = nullptr;