From 92b54c9340c31efde10f434e76ddf618ac56205e Mon Sep 17 00:00:00 2001 From: Ann Almgren Date: Wed, 31 Jul 2024 18:35:45 -0700 Subject: [PATCH] fix --- Godunov/hydro_godunov.H | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,