forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6151 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
5b5d4db5ad
commit
8037991332
|
@ -27,14 +27,14 @@ namespace LAMMPS_NS {
|
||||||
class Verlet : public Integrate {
|
class Verlet : public Integrate {
|
||||||
public:
|
public:
|
||||||
Verlet(class LAMMPS *, int, char **);
|
Verlet(class LAMMPS *, int, char **);
|
||||||
~Verlet() {}
|
virtual ~Verlet() {}
|
||||||
void init();
|
void init();
|
||||||
void setup();
|
void setup();
|
||||||
void setup_minimal(int);
|
void setup_minimal(int);
|
||||||
void run(int);
|
void run(int);
|
||||||
void cleanup();
|
void cleanup();
|
||||||
|
|
||||||
private:
|
protected:
|
||||||
int triclinic; // 0 if domain is orthog, 1 if triclinic
|
int triclinic; // 0 if domain is orthog, 1 if triclinic
|
||||||
int torqueflag; // zero out arrays every step
|
int torqueflag; // zero out arrays every step
|
||||||
int erforceflag;
|
int erforceflag;
|
||||||
|
|
Loading…
Reference in New Issue