From: Wolfgang Bangerth Date: Wed, 23 Sep 2009 18:12:28 +0000 (+0000) Subject: Fix one markup problem. X-Git-Tag: v8.0.0~7067 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc4f07cbb634cdde1076b40236e9f7f05f1e24b0;p=dealii.git Fix one markup problem. git-svn-id: https://svn.dealii.org/trunk@19508 0785d39b-7218-0410-832d-ea1e28bc413d --- 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.