change flag name in pair.h: cntratmstressflag -> centroidstressflag
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
Reference in New Issue
Block a user