Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 1, 2024
1 parent f541dce commit 92b54c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Godunov/hydro_godunov.H
Original file line number Diff line number Diff line change
Expand Up @@ -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<int const> const& bc_arr = {});

void ComputeEdgeState ( amrex::Box const& bx, int ncomp,
Expand Down

0 comments on commit 92b54c9

Please sign in to comment.