From: Wolfgang Bangerth Date: Thu, 27 Aug 2015 20:08:44 +0000 (-0500) Subject: Fix documentation text. X-Git-Tag: v8.4.0-rc2~539^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1447%2Fhead;p=dealii.git Fix documentation text. --- diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 56c104bd2f..96403dbf47 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -327,8 +327,8 @@ public: * equals the given point @p p. If this is the case then this function * throws an exception of type Mapping::ExcTransformationFailed . Whether * the given point @p p lies outside the cell can therefore be determined by - * checking whether the return reference coordinates lie inside of outside - * the reference cell (e.g., using GeometryInfo::is_inside_unit_cell) or + * checking whether the return reference coordinates lie inside or outside + * the reference cell (e.g., using GeometryInfo::is_inside_unit_cell()) or * whether the exception mentioned above has been thrown. * * @param cell Iterator to the cell that will be used to define the mapping.