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

This commit is contained in:
sjplimp
2012-08-06 21:05:10 +00:00
parent 3f5513cc1e
commit 9631345b05
11 changed files with 30 additions and 21 deletions

View File

@ -38,7 +38,7 @@ using namespace LAMMPS_NS;
/* ---------------------------------------------------------------------- */
PPPMTIP4P::PPPMTIP4P(LAMMPS *lmp, int narg, char **arg) :
PPPM(lmp, narg, arg) {}
PPPMOld(lmp, narg, arg) {}
/* ---------------------------------------------------------------------- */
@ -49,7 +49,7 @@ void PPPMTIP4P::init()
if (force->newton == 0)
error->all(FLERR,"Kspace style pppm/tip4p requires newton on");
PPPM::init();
PPPMOld::init();
}
/* ----------------------------------------------------------------------