From bc24aa5b96852f96f6f753df9ae2448ef6d7286a Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 18 Aug 2009 17:59:59 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3102 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/temper.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/temper.cpp b/src/temper.cpp index 9a5034f92a..0f3991a358 100644 --- a/src/temper.cpp +++ b/src/temper.cpp @@ -101,7 +101,7 @@ void Temper::command(int narg, char **arg) // setup for long tempering run - update->whichflag = 0; + update->whichflag = 1; update->nsteps = nsteps; update->beginstep = update->firststep = update->ntimestep; update->endstep = update->laststep = update->firststep + nsteps; @@ -302,7 +302,7 @@ void Temper::command(int narg, char **arg) Finish finish(lmp); finish.end(1); - update->whichflag = -1; + update->whichflag = 0; update->firststep = update->laststep = 0; update->beginstep = update->endstep = 0; }