From: Simon Sticko Date: Fri, 29 Apr 2022 08:35:03 +0000 (+0200) Subject: Fix a misprint in the documentation of NonMatching::FEValues X-Git-Tag: v9.4.0-rc1~254^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25b4f9d0f3f460889de8dc13310ce80a86779ae1;p=dealii.git Fix a misprint in the documentation of NonMatching::FEValues --- diff --git a/include/deal.II/non_matching/fe_values.h b/include/deal.II/non_matching/fe_values.h index dfa7b79b08..b31ba20717 100644 --- a/include/deal.II/non_matching/fe_values.h +++ b/include/deal.II/non_matching/fe_values.h @@ -345,7 +345,7 @@ namespace NonMatching /** * FEValues object created with a quadrature rule integrating over the - * inside region, $\{x \in B : \psi(x) > 0 \}$, that was generated in the + * outside region, $\{x \in B : \psi(x) > 0 \}$, that was generated in the * last call to reinit(..). If the cell in the last call was not intersected * or if 0 quadrature points were generated, this optional will not contain * a value.