git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8016 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -30,7 +30,7 @@ class Min : protected Pointers {
|
||||
|
||||
Min(class LAMMPS *);
|
||||
virtual ~Min();
|
||||
void init();
|
||||
virtual void init();
|
||||
void setup();
|
||||
void setup_minimal(int);
|
||||
void run(int);
|
||||
@ -66,6 +66,9 @@ class Min : protected Pointers {
|
||||
int torqueflag,erforceflag;
|
||||
int e_flag,rho_flag;
|
||||
|
||||
int pair_compute_flag; // 0 if pair->compute is skipped
|
||||
int kspace_compute_flag; // 0 if kspace->compute is skipped
|
||||
|
||||
int narray; // # of arrays stored by fix_minimize
|
||||
class FixMinimize *fix_minimize; // fix that stores auxiliary data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user