Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Jan 24, 2024
1 parent a731ab3 commit 1612b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projections/hydro_MacProjector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ MacProjector::setLevelBC (int amrlev, const MultiFab* levelbcdata, const MultiFa
{
AMREX_ALWAYS_ASSERT_WITH_MESSAGE(!m_needs_domain_bcs,
"setDomainBC must be called before setLevelBC");
m_linop->setLevelBC(amrlev, levelbcdata, robin_a, robin_b, robin_c);
m_linop->setLevelBC(amrlev, levelbcdata, robin_a, robin_b, robin_f);
m_needs_level_bcs[amrlev] = false;
}

Expand Down

0 comments on commit 1612b96

Please sign in to comment.