git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2364 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2009-01-09 21:31:31 +00:00
parent d2dd4068b6
commit 25baa261e9
11 changed files with 259 additions and 214 deletions

View File

@ -195,7 +195,8 @@ void Run::command(int narg, char **arg)
if (postflag || nleft <= nsteps) finish.end(1);
else finish.end(0);
// command string may invoke computes so wrap with clear/add
// command string may invoke computes via command with variable
// so wrap with clearstep/addstep
if (commandstr) {
modify->clearstep_compute();