diff --git a/Source/Diffusion/ComputeTurbulentViscosity.cpp b/Source/Diffusion/ComputeTurbulentViscosity.cpp index 8c84c4f1c..b96e23915 100644 --- a/Source/Diffusion/ComputeTurbulentViscosity.cpp +++ b/Source/Diffusion/ComputeTurbulentViscosity.cpp @@ -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& z_phys_nd, - const TurbChoice& turbChoice, const Real const_grav) + const TurbChoice& turbChoice, const Real const_grav, std::unique_ptr& most) { const amrex::GpuArray cellSizeInv = geom.InvCellSizeArray(); const Box& domain = geom.Domain();