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

This commit is contained in:
sjplimp 2013-06-06 14:55:08 +00:00
parent 5b7440bf64
commit 451b01d769
2 changed files with 2 additions and 1 deletions

View File

@ -66,7 +66,7 @@ Pair::Pair(LAMMPS *lmp) : Pointers(lmp)
single_extra = 0;
svector = NULL;
ewaldflag = pppmflag = msmflag = dispersionflag = tip4pflag = 0;
ewaldflag = pppmflag = msmflag = dispersionflag = tip4pflag = dipoleflag = 0;
// pair_modify settings

View File

@ -56,6 +56,7 @@ class Pair : protected Pointers {
int msmflag; // 1 if compatible with MSM solver
int dispersionflag; // 1 if compatible with LJ/dispersion solver
int tip4pflag; // 1 if compatible with TIP4P solver
int dipoleflag; // 1 if compatible with dipole solver
int tail_flag; // pair_modify flag for LJ tail correction
double etail,ptail; // energy/pressure tail corrections