Skip to content

Commit

Permalink
Set t_old (#5196)
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote authored Sep 3, 2024
1 parent 8c4f1d4 commit 80bef35
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/Evolve/WarpXEvolve.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@ WarpX::Evolve (int numsteps)

// sync up time
for (int i = 0; i <= max_level; ++i) {
t_old[i] = t_new[i];
t_new[i] = cur_time;
}
multi_diags->FilterComputePackFlush( step, false, true );
Expand Down

0 comments on commit 80bef35

Please sign in to comment.