From ee435849664b3a68e63c8f0964eb993e13866226 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 12 Dec 2012 22:40:44 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9155 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/rerun.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rerun.cpp b/src/rerun.cpp index 4edcd70676..94600bc882 100644 --- a/src/rerun.cpp +++ b/src/rerun.cpp @@ -154,7 +154,7 @@ void Rerun::command(int narg, char **arg) update->reset_timestep(ntimestep); rd->atoms(); - modify->addstep_compute_all(ntimestep); + modify->init(); update->integrate->setup_minimal(1); modify->end_of_step(); if (firstflag) output->setup();