forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3107 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
9c7587f5bf
commit
d950cfaae7
|
@ -22,9 +22,9 @@ class Update : protected Pointers {
|
|||
public:
|
||||
double dt; // timestep
|
||||
double etol,ftol; // minimizer tolerances on energy/force
|
||||
int ntimestep; // current step (dynamics or min iter)
|
||||
int ntimestep; // current step (dynamics or min iterations)
|
||||
int nsteps; // # of steps to run (dynamics or min iter)
|
||||
int whichflag; // 0 for time integration, 1 for minimization
|
||||
int whichflag; // 0 for unset, 1 for dynamics, 2 for min
|
||||
int firststep,laststep; // 1st & last step of this run
|
||||
int beginstep,endstep; // 1st and last step of multiple runs
|
||||
int first_update; // 0 before initial update, 1 after
|
||||
|
|
Loading…
Reference in New Issue