From 96f101c787ce0d29d2ba2350afc5eebe22a7178f Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 28 Jun 2012 23:53:36 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8425 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/update.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update.cpp b/src/update.cpp index 1eda53689e..b502822c8b 100644 --- a/src/update.cpp +++ b/src/update.cpp @@ -362,7 +362,7 @@ void Update::reset_timestep(int narg, char **arg) reset invoked flags of computes, so nothing will think they are current between runs clear timestep list of computes that store future invocation times - called from input script and rerun command + called from rerun command and input script (indirectly) ------------------------------------------------------------------------- */ void Update::reset_timestep(bigint newstep)