From 4a63b83e513cdb393bfc060544c60a111f27ec4b Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 3 Dec 2019 23:01:34 -0700 Subject: [PATCH] Minor grammar updates. --- include/deal.II/fe/mapping.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index 738812871f..82a4c1a776 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -459,7 +459,8 @@ public: /** * Transform the point @p p on the real @p cell to the corresponding point - * on the unit cell, and then projects it to a dim-1 point on the face with + * on the reference cell, and then project this point to a (dim-1)-dimensional + * point in the coordinate system of the face with * the given face number @p face_no. Ideally the point @p p is near the face * @p face_no, but any point in the cell can technically be projected. * -- 2.39.5