Skip to content

Commit

Permalink
fix location of conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Nov 27, 2024
1 parent d272581 commit c3bda77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amr-wind/wind_energy/ABL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,10 +238,10 @@ void ABL::pre_advance_work()
m_stats->vel_profile_coarse());
}

m_bndry_plane->pre_advance_work();
if (!m_sim.has_overset()) {
m_abl_mpl->pre_advance_work();
m_bndry_plane->pre_advance_work();
}
m_abl_mpl->pre_advance_work();
}

/** Perform tasks at the beginning of a timestep, but after pre_advance
Expand Down

0 comments on commit c3bda77

Please sign in to comment.