From eb4e0c0677f2b7990baaaed585a8546ca9288b48 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 22 Oct 2003 19:19:21 +0000 Subject: [PATCH] Some slight doc updates. git-svn-id: https://svn.dealii.org/trunk@8127 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping_q.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/fe/mapping_q.h b/deal.II/deal.II/include/fe/mapping_q.h index b19964da13..b94e1fb9d0 100644 --- a/deal.II/deal.II/include/fe/mapping_q.h +++ b/deal.II/deal.II/include/fe/mapping_q.h @@ -225,7 +225,7 @@ class MappingQ : public MappingQ1 * functions located on bounding * lines to the vector * @p{a}. Points located on the - * line but on vertices are not + * line but not on vertices are not * included. * * Needed by the @@ -252,13 +252,14 @@ class MappingQ : public MappingQ1 * functions located on bounding * faces (quads in 3d) to the * vector @p{a}. Points located - * on the line but on vertices + * on the quad but not on vertices * are not included. * * Needed by the * @p{compute_support_points_laplace} - * function. For @p{dim=1} and 2 - * this function is empty. + * function. For @p{dim=1} and + * @p{dim=2} this function is + * empty. * * This function is made virtual * in order to allow derived -- 2.39.5