From: bangerth Date: Sat, 4 Aug 2012 21:39:26 +0000 (+0000) Subject: Clarify a glossary entry. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2cbb9eb85d47490cc33484c43f504ab4acc3697d;p=dealii-svn.git Clarify a glossary entry. git-svn-id: https://svn.dealii.org/trunk@25748 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/glossary.h b/deal.II/doc/doxygen/headers/glossary.h index 71619f7051..008ed4e1e4 100644 --- a/deal.II/doc/doxygen/headers/glossary.h +++ b/deal.II/doc/doxygen/headers/glossary.h @@ -641,11 +641,11 @@ * @ref GlossLagrange "Lagrange elements". For other elements, more general * interpolation operators can be defined, often relying on integral values * or moments. Since these integral values are again computed using a - * Quadrature rule, we consider them a generalization of support + * quadrature rule, we consider them a generalization of support * points. * * Note that there is no simple relation between - * @ref GlossShape "shape functions" and generalized support points as for + * @ref GlossShape "shape functions" and generalized support points, unlike for * regular @ref GlossSupport "support points". Instead, FiniteElement defines * a couple of interpolation functions doing the actual interpolation. *