Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mbkuhn committed Oct 21, 2024
1 parent e21c0ab commit 7ad1f81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion amr-wind/core/Field.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,8 @@ void Field::fillpatch_sibling_fields(
}

fop.fillpatch_sibling_fields(
lev, time, mfabs, mfabs, cfabs, ng, m_info->m_bcrec, m_info->m_bcrec, field_state());
lev, time, mfabs, mfabs, cfabs, ng, m_info->m_bcrec,
m_info->m_bcrec, field_state());
}
}

Expand Down

0 comments on commit 7ad1f81

Please sign in to comment.