Skip to content

Commit

Permalink
need to pass iconserv
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Aug 17, 2024
1 parent 09674a1 commit fe0dbf1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Utils/hydro_compute_edgestate_and_flux.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -452,15 +452,17 @@ HydroUtils::ComputeFluxesOnBoxFromState (Box const& bx, int ncomp, MFIter& mfi,
AMREX_D_DECL(face_x,face_y,face_z),
AMREX_D_DECL(apx,apy,apz),
geom, ncomp,
flag, fluxes_are_area_weighted);
flag, fluxes_are_area_weighted,
iconserv);
} else
#endif
{
HydroUtils::ComputeFluxes( bx,
AMREX_D_DECL(flux_x,flux_y,flux_z),
AMREX_D_DECL(u_flux,v_flux,w_flux),
AMREX_D_DECL(face_x,face_y,face_z),
geom, ncomp, fluxes_are_area_weighted );
geom, ncomp, fluxes_are_area_weighted,
iconserv);
}
}

Expand Down

0 comments on commit fe0dbf1

Please sign in to comment.