From d950cfaae71b900251f013201a0d55e79b0385b9 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 18 Aug 2009 18:01:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3107 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/update.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/update.h b/src/update.h index a417df4aab..41d3fab4be 100644 --- a/src/update.h +++ b/src/update.h @@ -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