From 8bec990c223ae93678b799e9fb73611a877e0f9f Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sun, 12 Apr 2020 20:42:57 -0400 Subject: [PATCH] Fix indentation --- include/deal.II/fe/mapping_fe_field.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/mapping_fe_field.h b/include/deal.II/fe/mapping_fe_field.h index 44a0201b3c..70d5e39c0e 100644 --- a/include/deal.II/fe/mapping_fe_field.h +++ b/include/deal.II/fe/mapping_fe_field.h @@ -402,8 +402,8 @@ public: * Unit tangential vectors. Used for the computation of boundary forms and * normal vectors. * - * This array has `(dim-1)*GeometryInfo::%faces_per_cell` entries. The first - * GeometryInfo::faces_per_cell contain the vectors in the first + * This array has `(dim-1)*GeometryInfo::%faces_per_cell` entries. The + * first GeometryInfo::faces_per_cell contain the vectors in the first * tangential direction for each face; the second set of * GeometryInfo::faces_per_cell entries contain the vectors in the second * tangential direction (only in 3d, since there we have 2 tangential -- 2.39.5