From 59d66a78eff1f5c183ce29f25b30cf329bf56341 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 16 Dec 2010 19:00:01 +0000 Subject: [PATCH] Avoid problem with markup. git-svn-id: https://svn.dealii.org/trunk@22977 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/mapping_q1.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/fe/mapping_q1.h b/deal.II/include/deal.II/fe/mapping_q1.h index 796570fb7b..245c90fe10 100644 --- a/deal.II/include/deal.II/fe/mapping_q1.h +++ b/deal.II/include/deal.II/fe/mapping_q1.h @@ -229,7 +229,7 @@ class MappingQ1 : public Mapping * vectors. * * This vector has - * (dim-1)*GeometryInfo::faces_per_cell + * (dim-1)*GeometryInfo::faces_per_cell * entries. The first * GeometryInfo::faces_per_cell * contain the vectors in the first -- 2.39.5