git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@14064 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -30,14 +30,14 @@ class FixDeform : public Fix {
|
||||
int dimflag[6]; // which dims are deformed
|
||||
|
||||
FixDeform(class LAMMPS *, int, char **);
|
||||
~FixDeform();
|
||||
virtual ~FixDeform();
|
||||
int setmask();
|
||||
void init();
|
||||
void pre_exchange();
|
||||
void end_of_step();
|
||||
virtual void pre_exchange();
|
||||
virtual void end_of_step();
|
||||
double memory_usage();
|
||||
|
||||
private:
|
||||
protected:
|
||||
int triclinic,scaleflag,flipflag;
|
||||
int flip,flipxy,flipxz,flipyz;
|
||||
double *h_rate,*h_ratelo;
|
||||
|
||||
Reference in New Issue
Block a user