From: David Wells Date: Wed, 23 Apr 2025 21:53:44 +0000 (-0400) Subject: Fix some minor documentation bugs in GeometryInfo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a829d2d9af8d2c8dc4ca16b2ae623742d74e9b0;p=dealii.git Fix some minor documentation bugs in GeometryInfo. --- 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. *