From a5e5393f5f5f9a3fff2aa08d89762b7b60114fdf Mon Sep 17 00:00:00 2001 From: David Wells Date: Wed, 22 Jan 2025 19:53:57 -0500 Subject: [PATCH] types::geometric_orientation: clarify the definition. --- include/deal.II/base/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/types.h b/include/deal.II/base/types.h index 2b4923f434..cd6863fe0a 100644 --- a/include/deal.II/base/types.h +++ b/include/deal.II/base/types.h @@ -31,7 +31,7 @@ DEAL_II_NAMESPACE_OPEN namespace types { /** - * The type used to represent face orientations. + * The type used to represent face and line orientations. * * See the * @ref GlossFaceOrientation "glossary" -- 2.39.5