forked from lijiext/lammps
Removed redundant class variables
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11760 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
93d9eb48bc
commit
d94811f0e8
|
@ -38,7 +38,7 @@ class Ewald : public KSpace {
|
|||
protected:
|
||||
int kxmax,kymax,kzmax;
|
||||
int kcount,kmax,kmax3d,kmax_created;
|
||||
double gsqmx,qsum,qsqsum,q2,volume;
|
||||
double gsqmx,volume;
|
||||
int nmax;
|
||||
|
||||
double unitk[3];
|
||||
|
|
Loading…
Reference in New Issue