Skip to content

Commit ccd6357

Browse files
authored
Fix a typo in doxygen for NonLocalBC::FillBoundary (#3658)
1 parent edb4c25 commit ccd6357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/Base/AMReX_NonLocalBC.H

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1129,7 +1129,7 @@ FillBoundary_finish (CommHandler handler,
11291129
auto cmd = makeFillBoundaryMetaData(mf, mf.nGrowVect, geom, dtos);
11301130
// The metadata cmd can be cached and reused on a MultiFab/FabArray with
11311131
// the same BoxArray and DistributionMapping.
1132-
FillBoundary_finish(mf, cmd, scomp, ncomp, dtos, proj);
1132+
FillBoundary(mf, cmd, scomp, ncomp, dtos, proj);
11331133
\endverbatim
11341134
*
11351135
* The FillBoundary capability here is more flexible than FabArray's

0 commit comments

Comments
 (0)