From 88ed5394b66d04607e1d62c9a5639f3ed1f1852a Mon Sep 17 00:00:00 2001 From: Donald Johnson Date: Wed, 23 Aug 2023 16:18:05 +0000 Subject: [PATCH] Correct primary time loop time objects was not being advanced. --- src/NGen.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/NGen.cpp b/src/NGen.cpp index 62ecad0db0..6446984cd4 100644 --- a/src/NGen.cpp +++ b/src/NGen.cpp @@ -430,6 +430,8 @@ int main(int argc, char *argv[]) { } //done levels } while( layer_min_next_time < next_time ); // rerun the loop until the last layer would pass the master next time + manager->Simulation_Time_Object->advance_timestep(); + } //done time std::cout<<"Finished "<Simulation_Time_Object->get_total_output_times()<<" timesteps."<