Skip to content

Commit

Permalink
fix second oops.
Browse files Browse the repository at this point in the history
  • Loading branch information
AMLattanzi committed Jan 18, 2024
1 parent 3a0725d commit c7bb6b1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Source/Diffusion/ComputeTurbulentViscosity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ ComputeTurbulentViscosityPBL (const amrex::MultiFab& xvel,
std::unique_ptr<ABLMost>& most,
const amrex::BCRec* bc_ptr,
bool /*vert_only*/,
const std::unique_ptr<amrex::MultiFab>& z_phys_nd,
std::unique_ptr<ABLMost>& most);
const std::unique_ptr<amrex::MultiFab>& z_phys_nd);

/**
* Function for computing the turbulent viscosity with LES.
Expand Down

0 comments on commit c7bb6b1

Please sign in to comment.