Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marchdf committed Jul 30, 2024
1 parent 9cf8e0a commit c3e56c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/physics/ActuatorSourceTagging.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ void ActuatorSourceTagging::post_init_actions()
m_has_iblank = m_repo.field_exists("iblank_cell");

if (m_has_act_src) {
m_act_src = &(m_repo.get_field("actuator_src_erm"));
m_act_src = &(m_repo.get_field("actuator_src_term"));
}

if (m_has_iblank) {
Expand Down

0 comments on commit c3e56c4

Please sign in to comment.