From: Guido Kanschat Date: Thu, 3 Nov 2005 19:07:29 +0000 (+0000) Subject: documentation fixed X-Git-Tag: v8.0.0~12915 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61085097536d575a383e217da58b61290e7c133c;p=dealii.git documentation fixed git-svn-id: https://svn.dealii.org/trunk@11697 0785d39b-7218-0410-832d-ea1e28bc413d --- 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 bea1e974de..0486eb128e 100644 --- a/deal.II/deal.II/include/fe/fe_raviart_thomas.h +++ b/deal.II/deal.II/include/fe/fe_raviart_thomas.h @@ -61,7 +61,7 @@ template class MappingQ; * *

Node values on edges/faces

* - * On edges or faces, the @GlossNodes "node values" are the moments of + * On edges or faces, the @ref GlossNodes "node values" are the moments of * the normal component of the interpolated function with respect to * the traces of the RT polynomials. Since the normal trace of the RT * space of degree k on an edge/face is the space @@ -81,7 +81,7 @@ template class MappingQ; * quadrature rules themselves. The generalized support points are a * set of points such that this quadrature can be performed with * sufficient accuracy. The points needed are thode of - * QGaussk+1 on each face as well as QGaussk in + * QGaussk+1 on each face as well as QGaussk in * the interior of the cell (or none for RT0). * * @internal