From 43411e2a21788b0212ba9407b2b78826252de406 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 20 Dec 2010 22:24:03 +0000 Subject: [PATCH] Fix markup. git-svn-id: https://svn.dealii.org/trunk@23034 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/mapping.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h index 05bb02b1d7..086e9f121a 100644 --- a/deal.II/include/deal.II/fe/mapping.h +++ b/deal.II/include/deal.II/fe/mapping.h @@ -185,7 +185,7 @@ enum MappingType * \mathbf{\hat v}(\mathbf{\hat x}), * \qquad * \mathbf v(\mathbf x) = \mathbf A(\mathbf{\hat x}) - * \mathbf{\hat T}(\mathbf{\hat x}) \mathbf B(\mathbf{\hat x}), + * \mathbf{\hat T}(\mathbf{\hat x}) \mathbf B(\mathbf{\hat x}), * @f] * respectively, where the tensors A and B are * determined by the MappingType enumerator. @@ -206,8 +206,8 @@ enum MappingType * * A general publication on differential geometry and finite elements * is the survey @@ -517,7 +517,7 @@ class Mapping : public Subscriptor * \frac{1}{\text{det}J(\mathbf x)} * J(\mathbf{\hat x}) \mathbf{\hat T}(\mathbf{\hat x}) * J^{-1}(\mathbf{\hat x}). - * @f] + * @f] * */ virtual -- 2.39.5