diff --git a/Godunov/hydro_godunov.H b/Godunov/hydro_godunov.H index bfb4a6118..127722c5c 100644 --- a/Godunov/hydro_godunov.H +++ b/Godunov/hydro_godunov.H @@ -72,7 +72,7 @@ void ExtrapVelToFacesOnBox (amrex::Box const& bx, int ncomp, amrex::BCRec const* pbc, bool use_forces_in_trans, amrex::Real* p, - const bool allow_inflow_on_outflow = false, + bool allow_inflow_on_outflow = false, amrex::Array4 const& bc_arr = {}); void ComputeEdgeState ( amrex::Box const& bx, int ncomp,