Skip to content

Commit

Permalink
Update inaccurate comment. (AMReX-Codes#3442)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet authored Jul 23, 2023
1 parent 6faf7ee commit 0eb494d
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 @@ -442,7 +442,7 @@ namespace amrex
}

//! Average fine edge-based MultiFab onto crse edge-based MultiFab.
//! This routine assumes that the crse BoxArray is a coarsened version of the fine BoxArray.
//! This routine does NOT assume that the crse BoxArray is a coarsened version of the fine BoxArray.
void average_down_edges (const Vector<const MultiFab*>& fine, const Vector<MultiFab*>& crse,
const IntVect& ratio, int ngcrse)
{
Expand Down

0 comments on commit 0eb494d

Please sign in to comment.