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

This commit is contained in:
sjplimp
2013-05-08 21:08:55 +00:00
parent bfdbe3ab87
commit 7018102f9f
21 changed files with 54 additions and 33 deletions

View File

@ -42,6 +42,7 @@ using namespace MathConst;
PPPMTIP4P::PPPMTIP4P(LAMMPS *lmp, int narg, char **arg) :
PPPM(lmp, narg, arg)
{
triclinic_support = 0;
tip4pflag = 1;
}