Skip to content

Commit

Permalink
fix oops from previous commit (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren authored Aug 3, 2024
1 parent f8f827b commit 555ba57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/hydro_extrap_vel_to_faces.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ HydroUtils::ExtrapVelToFaces ( amrex::MultiFab const& vel,
h_bcrec, d_bcrec, geom, dt,
velocity_on_eb_inflow,
// Note that PPM is not supported for EB
BC_MF);
allow_inflow_on_outflow, BC_MF);
else
#endif
Godunov::ExtrapVelToFaces(vel, vel_forces,
Expand Down

0 comments on commit 555ba57

Please sign in to comment.