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

This commit is contained in:
sjplimp 2011-05-20 15:57:20 +00:00
parent c41b9fa472
commit 7bef76d7f2
2 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ namespace LAMMPS_NS {
class PairBornCoulLong : public Pair {
public:
PairBornCoulLong(class LAMMPS *);
~PairBornCoulLong();
virtual ~PairBornCoulLong();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
@ -40,7 +40,7 @@ class PairBornCoulLong : public Pair {
double single(int, int, int, int, double, double, double, double &);
void *extract(char *, int &);
private:
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;

View File

@ -27,7 +27,7 @@ namespace LAMMPS_NS {
class PairBuckCoulLong : public Pair {
public:
PairBuckCoulLong(class LAMMPS *);
~PairBuckCoulLong();
virtual ~PairBuckCoulLong();
void compute(int, int);
void settings(int, char **);
void coeff(int, char **);
@ -40,7 +40,7 @@ class PairBuckCoulLong : public Pair {
double single(int, int, int, int, double, double, double, double &);
void *extract(char *, int &);
private:
protected:
double cut_lj_global;
double **cut_lj,**cut_ljsq;
double cut_coul,cut_coulsq;