Skip to content

Commit

Permalink
Update to latest amrex
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Apr 3, 2024
1 parent 17d4be5 commit 774839c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ExampleCodes/LinearSolvers/MultiComponent/MCNodalLinOp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ void MCNodalLinOp::fixUpResidualMask (int amrlev, iMultiFab& resmsk)
Array4<int const> const& fmsk = cfmask.const_array(mfi);
amrex::ParallelFor(bx, [=] (int i, int j, int k) noexcept
{
if (fmsk(i,j,k) == crse_fine_node) rmsk(i,j,k) = 1;
if (fmsk(i,j,k) == nodelap_detail::crse_fine_node) rmsk(i,j,k) = 1;
});
}

Expand Down

0 comments on commit 774839c

Please sign in to comment.