From e8dc2ab8b8881bc9b39cb53ad20a23751fa7fd49 Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Sat, 13 May 2023 09:54:33 +0200 Subject: [PATCH] Fix typo in documentation --- include/deal.II/numerics/vector_tools_integrate_difference.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/numerics/vector_tools_integrate_difference.h b/include/deal.II/numerics/vector_tools_integrate_difference.h index cdad0e6fad..a99e8bed20 100644 --- a/include/deal.II/numerics/vector_tools_integrate_difference.h +++ b/include/deal.II/numerics/vector_tools_integrate_difference.h @@ -85,7 +85,7 @@ namespace VectorTools * @param[out] difference The vector of values $d_K$ computed as above. * @param[in] q The quadrature formula used to approximate the integral * shown above. Note that some quadrature formulas are more useful than - * other in integrating $u-u_h$. For example, it is known that the $Q_1$ + * others in integrating $u-u_h$. For example, it is known that the $Q_1$ * approximation $u_h$ to the exact solution $u$ of a Laplace equation is * particularly accurate (in fact, superconvergent, i.e. accurate to higher * order) at the 4 Gauss points of a cell in 2d (or 8 points in 3d) that -- 2.39.5