Skip to content

Commit

Permalink
2023 Nov 24 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
eebasso committed Nov 24, 2023
1 parent b421cc1 commit 805b980
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_MultiFabUtil.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ namespace amrex
auto tmptype = type;
tmptype.set(dir);
if (dir >= AMREX_SPACEDIM || !tmptype.nodeCentered()) {
amrex::Abort("average_down_edges: not face index type");
amrex::Abort("average_down_edges: not edge index type");
}
const int ncomp = crse.nComp();
if (isMFIterSafe(fine, crse))
Expand Down

0 comments on commit 805b980

Please sign in to comment.