From 5a829d2d9af8d2c8dc4ca16b2ae623742d74e9b0 Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 23 Apr 2025 17:53:44 -0400 Subject: [PATCH] Fix some minor documentation bugs in GeometryInfo. --- include/deal.II/base/geometry_info.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/deal.II/base/geometry_info.h b/include/deal.II/base/geometry_info.h index 703f040d7e..162adba396 100644 --- a/include/deal.II/base/geometry_info.h +++ b/include/deal.II/base/geometry_info.h @@ -1320,7 +1320,7 @@ struct GeometryInfo<0> * the standard and non-standard orientation. face_orientation * defaults to true, face_flip and face_rotation * default to false (standard orientation). In 2d only - * face_flip is considered. See this + * face_orientation is considered. See this * @ref GlossCombinedOrientation "glossary" * article for more information. * @@ -1747,9 +1747,8 @@ struct GeometryInfo<0> * result is @p true, then the face has standard orientation, otherwise its * normal vector is pointing the other direction. There are not very many * places in application programs where you need this information actually, - * but a few places in the library make use of this. Note that in 2d, the - * result is always @p true. More information on the topic can be found in - * this + * but a few places in the library make use of this. More information on the + * topic can be found in this * @ref GlossCombinedOrientation "glossary" * article. * -- 2.39.5