Skip to content

Commit

Permalink
Correct primary time loop time objects was not being advanced.
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldwj authored and mattw-nws committed Sep 19, 2023
1 parent 20edbe9 commit 88ed539
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/NGen.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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 "<<manager->Simulation_Time_Object->get_total_output_times()<<" timesteps."<<std::endl;

Expand Down

0 comments on commit 88ed539

Please sign in to comment.