From c666bd07b2bbeb1b47921d6a0f6cc9a243aea882 Mon Sep 17 00:00:00 2001 From: Bruno Turcksin Date: Wed, 3 Aug 2016 17:26:28 -0400 Subject: [PATCH] Fix a typo in the documentation. --- include/deal.II/grid/manifold.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/manifold.h b/include/deal.II/grid/manifold.h index ed1aaa95ce..6693a9b8ca 100644 --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@ -665,7 +665,7 @@ private: * tangent to a surface embedded in higher dimensional space, or simply the * three unit vectors of ${\mathbb R}^3$), one needs to also have access * to the gradient of the push-forward function $F$. The gradient - * is the matrix ${\nabla F)_{ij}=\partial_j F_i$, where we take the derivative + * is the matrix $(\nabla F)_{ij}=\partial_j F_i$, where we take the derivative * with regard to the chartdim reference coordinates on the flat Euclidean * space in which $\mathcal B$ is located. In other words, at a point * $\mathbf x$, $\nabla F(\mathbf x)$ is a matrix of size @p spacedim -- 2.39.5