forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8918 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
fe77559b82
commit
c16e9f3545
|
@ -49,8 +49,8 @@ using namespace MathConst;
|
||||||
|
|
||||||
PairLJCutCoulLong::PairLJCutCoulLong(LAMMPS *lmp) : Pair(lmp)
|
PairLJCutCoulLong::PairLJCutCoulLong(LAMMPS *lmp) : Pair(lmp)
|
||||||
{
|
{
|
||||||
respa_enable = 1;
|
|
||||||
ewaldflag = pppmflag = 1;
|
ewaldflag = pppmflag = 1;
|
||||||
|
respa_enable = 1;
|
||||||
ftable = NULL;
|
ftable = NULL;
|
||||||
qdist = 0.0;
|
qdist = 0.0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue