forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8459 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
839b056647
commit
58f17efa4b
|
@ -58,7 +58,7 @@ class Pair : protected Pointers {
|
|||
int eflag_either,eflag_global,eflag_atom;
|
||||
int vflag_either,vflag_global,vflag_atom;
|
||||
|
||||
int ncoultablebits; // size of Coulomb table
|
||||
int ncoultablebits; // size of Coulomb table, accessed by KSpace
|
||||
|
||||
int nextra; // # of extra quantities pair style calculates
|
||||
double *pvector; // vector of extra pair quantities
|
||||
|
|
Loading…
Reference in New Issue