git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8918 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2012-10-08 14:57:13 +00:00
parent fe77559b82
commit c16e9f3545
1 changed files with 1 additions and 1 deletions

View File

@ -49,8 +49,8 @@ using namespace MathConst;
PairLJCutCoulLong::PairLJCutCoulLong(LAMMPS *lmp) : Pair(lmp)
{
respa_enable = 1;
ewaldflag = pppmflag = 1;
respa_enable = 1;
ftable = NULL;
qdist = 0.0;
}