mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6326 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
4442110c2c
commit
13a2f85dc3
|
@ -27,15 +27,15 @@ namespace LAMMPS_NS {
|
|||
class PairAIREBO : public Pair {
|
||||
public:
|
||||
PairAIREBO(class LAMMPS *);
|
||||
~PairAIREBO();
|
||||
virtual ~PairAIREBO();
|
||||
void compute(int, int);
|
||||
void settings(int, char **);
|
||||
virtual void settings(int, char **);
|
||||
void coeff(int, char **);
|
||||
void init_style();
|
||||
double init_one(int, int);
|
||||
double memory_usage();
|
||||
|
||||
private:
|
||||
protected:
|
||||
int me;
|
||||
int ljflag,torflag; // 0/1 if LJ,torsion terms included
|
||||
int maxlocal; // size of numneigh, firstneigh arrays
|
||||
|
|
Loading…
Reference in New Issue