git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14409 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@ -55,8 +55,8 @@ protected:
|
||||
|
||||
double rmin,dr,ds; // table parameter
|
||||
int kmax;
|
||||
int Qstep; // Frenquence of charge resolution
|
||||
double precision; // acurate of convergence
|
||||
bigint Qstep; // Frequency of charge resolution
|
||||
double precision; // acuracy of convergence
|
||||
int loopmax; // max of interation
|
||||
|
||||
double cutmax; // max cutoff for all elements
|
||||
@ -179,8 +179,6 @@ protected:
|
||||
double binm(int, int);
|
||||
void caintgs (double, int, double *);
|
||||
void cbintgs( double, int, double *);
|
||||
double factorial(double);
|
||||
|
||||
|
||||
// =====================================
|
||||
// short range neighbor list
|
||||
|
||||
Reference in New Issue
Block a user