Skip to content

Commit

Permalink
MLEBNodeFDLaplacian: Regression
Browse files Browse the repository at this point in the history
Fix copy-paste regression from AMReX-Codes#4083
  • Loading branch information
ax3l committed Aug 16, 2024
1 parent b82296f commit 05791af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/MLMG/AMReX_MLEBNodeFDLaplacian.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ MLEBNodeFDLaplacian::Fapply (int amrlev, int mglev, MultiFab& out, const MultiFa
AMREX_D_TERM(Array4<Real const> const& ecx = edgecent[0]->const_array(mfi);,
Array4<Real const> const& ecy = edgecent[1]->const_array(mfi);,
Array4<Real const> const& ecz = edgecent[2]->const_array(mfi));
auto const& levset = factory->getVolFrac().const_array(mfi);
auto const& levset = factory->getLevelSet().const_array(mfi);
if (phieb == std::numeric_limits<Real>::lowest()) {
auto const& phiebarr = m_phi_eb[amrlev].const_array(mfi);
#if (AMREX_SPACEDIM == 2)
Expand Down

0 comments on commit 05791af

Please sign in to comment.