forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7456 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
2b742fac28
commit
6e8418d36f
|
@ -52,6 +52,10 @@ class Pair : protected Pointers {
|
|||
double etail,ptail; // energy/pressure tail corrections
|
||||
double etail_ij,ptail_ij;
|
||||
|
||||
int evflag; // energy,virial settings
|
||||
int eflag_either,eflag_global,eflag_atom;
|
||||
int vflag_either,vflag_global,vflag_atom;
|
||||
|
||||
int nextra; // # of extra quantities pair style calculates
|
||||
double *pvector; // vector of extra pair quantities
|
||||
|
||||
|
@ -141,10 +145,6 @@ class Pair : protected Pointers {
|
|||
|
||||
double THIRD;
|
||||
|
||||
int evflag; // energy,virial settings
|
||||
int eflag_either,eflag_global,eflag_atom;
|
||||
int vflag_either,vflag_global,vflag_atom;
|
||||
|
||||
int vflag_fdotr;
|
||||
int maxeatom,maxvatom;
|
||||
|
||||
|
|
Loading…
Reference in New Issue