forked from lijiext/lammps
need to set single_enable to 0 after single() was removed
This commit is contained in:
parent
91c31da576
commit
526c9a548f
|
@ -54,6 +54,7 @@ using namespace MathConst;
|
|||
PairLJCutTholeLong::PairLJCutTholeLong(LAMMPS *lmp) : Pair(lmp)
|
||||
{
|
||||
ewaldflag = pppmflag = 1;
|
||||
single_enable = 0;
|
||||
writedata = 1;
|
||||
ftable = NULL;
|
||||
qdist = 0.0;
|
||||
|
|
Loading…
Reference in New Issue