change flag name in pair.h: cntratmstressflag -> centroidstressflag

This commit is contained in:
Donatas Surblys
2019-11-13 18:37:48 +09:00
parent 2d75e6b167
commit 6b94126f67
30 changed files with 37 additions and 37 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
cntratmstressflag = 1;
centroidstressflag = 1;
}
/* ---------------------------------------------------------------------- */