From 6f11e2e1cb2c799eadb81c3f2f959932ae04bc35 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 20 Dec 2010 22:37:57 +0000 Subject: [PATCH] Fix typo. git-svn-id: https://svn.dealii.org/trunk@23035 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/mapping.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/fe/mapping.h b/deal.II/include/deal.II/fe/mapping.h index 086e9f121a..11736bcd3f 100644 --- a/deal.II/include/deal.II/fe/mapping.h +++ b/deal.II/include/deal.II/fe/mapping.h @@ -184,7 +184,7 @@ enum MappingType * \mathbf v(\mathbf x) = \mathbf A(\mathbf{\hat x}) * \mathbf{\hat v}(\mathbf{\hat x}), * \qquad - * \mathbf v(\mathbf x) = \mathbf A(\mathbf{\hat x}) + * \mathbf T(\mathbf x) = \mathbf A(\mathbf{\hat x}) * \mathbf{\hat T}(\mathbf{\hat x}) \mathbf B(\mathbf{\hat x}), * @f] * respectively, where the tensors A and B are -- 2.39.5