Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Feb 2, 2024
1 parent 36ff64c commit 1acb93d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration/ForwardEuler/actual_integrator.H
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void initialize_int_state (IntT& int_state)

template <typename BurnT>
AMREX_GPU_HOST_DEVICE AMREX_FORCE_INLINE
void actual_integrator (BurnT& state, Real dt)
void actual_integrator (BurnT& state, Real dt, bool is_retry=false)
{
using namespace microphysics::forward_euler;

Expand Down

0 comments on commit 1acb93d

Please sign in to comment.