git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6169 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -27,7 +27,7 @@ namespace LAMMPS_NS {
|
||||
class PairLJSmooth : public Pair {
|
||||
public:
|
||||
PairLJSmooth(class LAMMPS *);
|
||||
~PairLJSmooth();
|
||||
virtual ~PairLJSmooth();
|
||||
void compute(int, int);
|
||||
void settings(int, char **);
|
||||
void coeff(int, char **);
|
||||
@ -38,7 +38,7 @@ class PairLJSmooth : public Pair {
|
||||
void read_restart_settings(FILE *);
|
||||
double single(int, int, int, int, double, double, double, double &);
|
||||
|
||||
private:
|
||||
protected:
|
||||
double cut_inner_global,cut_global;
|
||||
double **cut,**cut_inner,**cut_inner_sq;
|
||||
double **epsilon,**sigma;
|
||||
|
||||
Reference in New Issue
Block a user