From bc4f07cbb634cdde1076b40236e9f7f05f1e24b0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 18:12:28 +0000 Subject: [PATCH] Fix one markup problem. git-svn-id: https://svn.dealii.org/trunk@19508 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 172e698a69..6fd91bcf6b 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -58,7 +58,7 @@ template class FEValuesBase; * element. There are extractors for single scalar components, * vector components consisting of dim elements, * and second order symmetric tensors consisting - * of (dim*dim + dim)/2 components + * of (dim*dim + dim)/2 components * * See the description of the @ref vector_valued module for examples how to * use the features of this namespace. -- 2.39.5