Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 17, 2024
1 parent c735be9 commit 09674a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utils/hydro_utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ HydroUtils::ComputeFluxes ( Box const& bx,
// X flux
//
const Box& xbx = amrex::surroundingNodes(bx,0);
amrex::ParallelFor(xbx, ncomp, [fx, umac, xed, ax, fluxes_are_area_weightediconserv]
amrex::ParallelFor(xbx, ncomp, [fx, umac, xed, ax, fluxes_are_area_weighted, iconserv]
AMREX_GPU_DEVICE (int i, int j, int k, int n) noexcept
{
if (fluxes_are_area_weighted) {
Expand Down

0 comments on commit 09674a1

Please sign in to comment.