forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4531 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b073cf8920
commit
598fd60526
|
@ -25,8 +25,6 @@ PairStyle(comb,PairComb)
|
|||
namespace LAMMPS_NS {
|
||||
|
||||
class PairComb : public Pair {
|
||||
friend class FixQEQ;
|
||||
|
||||
public:
|
||||
PairComb(class LAMMPS *);
|
||||
virtual ~PairComb();
|
||||
|
@ -37,6 +35,8 @@ class PairComb : public Pair {
|
|||
double init_one(int, int);
|
||||
double memory_usage();
|
||||
|
||||
double yasu_char(double *, int &);
|
||||
|
||||
private:
|
||||
struct Param {
|
||||
double lam11,lam12,lam21,lam22;
|
||||
|
@ -120,8 +120,6 @@ class PairComb : public Pair {
|
|||
double, double &);
|
||||
void qfo_field(Param *, double,double ,double ,double &, double &);
|
||||
void qsolve(double *);
|
||||
// double yasu_char(double *);
|
||||
double yasu_char(double *, int &);
|
||||
void Over_cor(Param *, double, int, double &, double &);
|
||||
int pack_reverse_comm(int, int, double *);
|
||||
void unpack_reverse_comm(int, int *, double *);
|
||||
|
|
Loading…
Reference in New Issue