From: Wolfgang Bangerth Date: Thu, 7 Aug 2014 15:36:24 +0000 (-0500) Subject: Provide some more documentation. X-Git-Tag: v8.2.0-rc1~216^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0361d32a19dd75121cd98237c64417d3f9d9de3;p=dealii.git Provide some more documentation. --- d0361d32a19dd75121cd98237c64417d3f9d9de3 diff --cc include/deal.II/grid/manifold.h index ad79cd4f2e,7e7d2b143b..f25be5896e --- a/include/deal.II/grid/manifold.h +++ b/include/deal.II/grid/manifold.h @@@ -350,10 -353,10 +353,10 @@@ private * for which you have explicit pull_back and push_forward * transformations. * - * This is an helper class which is useful when you have an explicit + * This is a helper class which is useful when you have an explicit * map from an Euclidean space of dimension chartdim to an Euclidean * space of dimension spacedim which represents your manifold, i.e., - * when your manifold \f$\mathcal{M}\f$ can be represented by a map + * when your manifold $\mathcal{M}$ can be represented by a map * \f[ * F: \mathcal{B} \subset R^{\text{chartdim}} \mapsto \mathcal{M} * \subset R^{\text{spacedim}}