From c7bb6b15b2415c7649332fb42813174aa1106263 Mon Sep 17 00:00:00 2001 From: AMLattanzi Date: Thu, 18 Jan 2024 15:02:40 -0800 Subject: [PATCH] fix second oops. --- Source/Diffusion/ComputeTurbulentViscosity.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/Diffusion/ComputeTurbulentViscosity.cpp b/Source/Diffusion/ComputeTurbulentViscosity.cpp index b96e23915..520fc558b 100644 --- a/Source/Diffusion/ComputeTurbulentViscosity.cpp +++ b/Source/Diffusion/ComputeTurbulentViscosity.cpp @@ -18,8 +18,7 @@ ComputeTurbulentViscosityPBL (const amrex::MultiFab& xvel, std::unique_ptr& most, const amrex::BCRec* bc_ptr, bool /*vert_only*/, - const std::unique_ptr& z_phys_nd, - std::unique_ptr& most); + const std::unique_ptr& z_phys_nd); /** * Function for computing the turbulent viscosity with LES.