Skip to content

Commit

Permalink
again
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Oct 3, 2024
1 parent 97011fe commit b1ba25d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions amr-wind/wind_energy/ABL.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -242,10 +242,7 @@ void ABL::pre_advance_work()
m_abl_mpl->pre_advance_work();
}

void ABL::pre_advection_actions()
{
m_bndry_plane->pre_advection_actions();
}
void ABL::pre_advection_actions() { m_bndry_plane->pre_advection_actions(); }

/** Perform tasks at the end of a new timestep
*
Expand Down

0 comments on commit b1ba25d

Please sign in to comment.