setting cntatmstressflag = 1 for true pariwise styles

This commit is contained in:
Donatas Surblys
2019-11-12 00:02:50 +09:00
parent 0a64dff132
commit 7db3d7b5c0
25 changed files with 35 additions and 5 deletions

View File

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