Skip to content

Commit

Permalink
Update Source/driver/Castro_advance_ctu.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Eric T. Johnson <[email protected]>
  • Loading branch information
zingale and yut23 authored Apr 19, 2024
1 parent cea5564 commit 98dd689
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/driver/Castro_advance_ctu.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ Castro::subcycle_advance_ctu(const Real time, const Real dt, int amr_iteration,

#ifdef GRAVITY
if (do_grav) {
getLevel(lev).gravity->swapTimeLevels(level);
getLevel(lev).gravity->swapTimeLevels(lev);
}
#endif
}
Expand Down

0 comments on commit 98dd689

Please sign in to comment.