forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10035 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5b7440bf64
commit
451b01d769
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue