Skip to content

Commit

Permalink
address warning
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 11, 2024
1 parent 1bfeb4e commit 0b67a84
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Utils/hydro_compute_edgestate_and_flux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,12 @@ using namespace amrex;
namespace {
// Limit this function to this file
void
ComputeEdgeState (Box const& bx, int ncomp, MFIter& mfi,
ComputeEdgeState (Box const& bx, int ncomp,
#ifdef AMREX_USE_EB
MFIter& mfi,
#else
MFIter& /*mfi*/,
#endif
Array4<Real const> const& q,
Array4<Real const> const& qnph,
AMREX_D_DECL(Array4<Real> const& face_x,
Expand Down

0 comments on commit 0b67a84

Please sign in to comment.