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

This commit is contained in:
sjplimp 2012-10-08 14:56:45 +00:00
parent c22237f395
commit fe77559b82
2 changed files with 2 additions and 0 deletions

View File

@ -33,6 +33,7 @@ PairCGCMMCoulLong::PairCGCMMCoulLong(LAMMPS *lmp) : PairCMMCommon(lmp)
{
respa_enable = 0;
single_enable = 0;
ewaldflag = pppmflag = 1;
}
/* ---------------------------------------------------------------------- */

View File

@ -52,6 +52,7 @@ using namespace LJSDKParms;
PairLJSDKCoulLong::PairLJSDKCoulLong(LAMMPS *lmp) : Pair(lmp)
{
ewaldflag = pppmflag = 1;
respa_enable = 0;
ftable = NULL;
}