git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6169 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2011-05-20 15:59:07 +00:00
parent 478b1f9794
commit 064bf3b8f7

View File

@ -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;