From 57a634132623c492b6a3a7423f6c507813bf8c59 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 2 Jun 2010 16:27:44 +0000 Subject: [PATCH] Fix some formula markups. git-svn-id: https://svn.dealii.org/trunk@21145 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/fe_values.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/deal.II/deal.II/include/fe/fe_values.h b/deal.II/deal.II/include/fe/fe_values.h index 4f6ddd7b96..b4f37e0a26 100644 --- a/deal.II/deal.II/include/fe/fe_values.h +++ b/deal.II/deal.II/include/fe/fe_values.h @@ -619,12 +619,12 @@ namespace FEValuesViews * not make any sense. Thus it is not * implemented for spacedim=1. * In 2d the curl is defined as - * \begin{equation*} + * @f{equation*} * \operatorname{curl}(u):=\frac{du_2}{dx} * -\frac{du_1}{dy}, - * \end{equation*} + * @f} * whereas in 3d it is given by - * \begin{equation*} + * @f{equation*} * \operatorname{curl}(u):=\left( * \begin{array}{c} * \frac{du_3}{dy}-\frac{du_2}{dz}\\ @@ -632,7 +632,7 @@ namespace FEValuesViews * \frac{du_2}{dx}-\frac{du_1}{dy} * \end{array} * \right). - * \end{equation*} + * @f} */ curl_type curl (const unsigned int shape_function, @@ -3910,7 +3910,7 @@ namespace FEValuesViews } } - template + template inline typename Vector::hessian_type Vector::hessian (const unsigned int shape_function, -- 2.39.5