From 25b4f9d0f3f460889de8dc13310ce80a86779ae1 Mon Sep 17 00:00:00 2001 From: Simon Sticko Date: Fri, 29 Apr 2022 10:35:03 +0200 Subject: [PATCH] Fix a misprint in the documentation of NonMatching::FEValues --- include/deal.II/non_matching/fe_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5