Skip to content

Commit

Permalink
Correct MultiFab::norm0 doxygen brief description (AMReX-Codes#2946)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilet committed Sep 14, 2022
1 parent 0351c99 commit 17c94cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Base/AMReX_MultiFab.H
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ public:

/**
* \brief Returns the maximum *absolute* values contained in
* each component of "comps" of the MultiFab. No ghost cells are used.
* each component of "comps" of the MultiFab. "nghost" ghost cells are used.
*/
Vector<Real> norm0 (const Vector<int>& comps, int nghost = 0, bool local = false, bool ignore_covered = false ) const;
Vector<Real> norminf (const Vector<int>& comps, int nghost = 0, bool local = false, bool ignore_covered = false) const {
Expand Down

0 comments on commit 17c94cc

Please sign in to comment.