From 2c5ce83d59fe5c8da4c87feedd074cf5d48147fe Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 20 May 2022 09:27:16 -0400 Subject: [PATCH] must set Output::next_dump_any to current step with rerun --- src/rerun.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/rerun.cpp b/src/rerun.cpp index b788cfcaec..f0048a3ce2 100644 --- a/src/rerun.cpp +++ b/src/rerun.cpp @@ -165,6 +165,7 @@ void Rerun::command(int narg, char **arg) modify->init(); update->integrate->setup_minimal(1); modify->end_of_step(); + output->next_dump_any = ntimestep; if (firstflag) output->setup(); else if (output->next) output->write(ntimestep);