From c641ddb948395be7085c8ec7ea28ddf5ffae70d6 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 24 May 2005 13:27:51 +0000 Subject: [PATCH] Fix one place in the documentation. git-svn-id: https://svn.dealii.org/trunk@10727 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_raviart_thomas.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_raviart_thomas.h b/deal.II/deal.II/include/fe/fe_raviart_thomas.h index 7c4a9dd6ce..ee07ffe737 100644 --- a/deal.II/deal.II/include/fe/fe_raviart_thomas.h +++ b/deal.II/deal.II/include/fe/fe_raviart_thomas.h @@ -555,7 +555,7 @@ class FE_RaviartThomas : public FiniteElement * quadrature points. * * For an RT-element of degree k, we choose - * k+1d-1 Gauss points on each face. This way, the + * (k+1)d-1 Gauss points on each face. This way, the * normal component which is in Qk is uniquely * determined. Furthermore, since this Gauss-formula is exact on * Q2k+1, these node values correspond to the exact -- 2.39.5