Skip to content

Commit

Permalink
Fix oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Jan 18, 2024
1 parent 7aded46 commit 3a0725d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Diffusion/ComputeTurbulentViscosity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ void ComputeTurbulentViscosityLES (const amrex::MultiFab& Tau11, const amrex::Mu
const amrex::Geometry& geom,
const amrex::MultiFab& mapfac_u, const amrex::MultiFab& mapfac_v,
const std::unique_ptr<amrex::MultiFab>& z_phys_nd,
const TurbChoice& turbChoice, const Real const_grav)
const TurbChoice& turbChoice, const Real const_grav, std::unique_ptr<ABLMost>& most)
{
const amrex::GpuArray<amrex::Real, AMREX_SPACEDIM> cellSizeInv = geom.InvCellSizeArray();
const Box& domain = geom.Domain();
Expand Down

0 comments on commit 3a0725d

Please sign in to comment.