Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
ewquon committed Aug 15, 2024
1 parent 0caf82e commit 359c1dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Source/DataStructs/MYNNStruct.H
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ struct MYNNLevel2 {
amrex::Real C1,
amrex::Real C2,
amrex::Real C3,
amrex::Real C4,
amrex::Real /*C4*/,
amrex::Real C5)
{
A1 = A1_lvl25;
Expand Down
2 changes: 1 addition & 1 deletion Source/Diffusion/PBLModels.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ ComputeTurbulentViscosityPBL (const MultiFab& xvel,
const auto& q_star_mf = most->get_q_star(level);

const auto& tm_arr = t_mean_mf->array(mfi);
const auto& qm_arr = t_mean_mf->array(mfi);
const auto& qm_arr = q_mean_mf->array(mfi);
const auto& u_star_arr = u_star_mf->array(mfi);
const auto& t_star_arr = t_star_mf->array(mfi);
const auto& q_star_arr = (use_moisture) ? q_star_mf->array(mfi) : Array4<Real>{};
Expand Down

0 comments on commit 359c1dd

Please sign in to comment.