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

This commit is contained in:
sjplimp 2011-05-20 15:27:50 +00:00
parent 5b5d4db5ad
commit 8037991332
1 changed files with 2 additions and 2 deletions

View File

@ -27,14 +27,14 @@ namespace LAMMPS_NS {
class Verlet : public Integrate {
public:
Verlet(class LAMMPS *, int, char **);
~Verlet() {}
virtual ~Verlet() {}
void init();
void setup();
void setup_minimal(int);
void run(int);
void cleanup();
private:
protected:
int triclinic; // 0 if domain is orthog, 1 if triclinic
int torqueflag; // zero out arrays every step
int erforceflag;