From 01ded6cdf32a9cb6fc33c88f937a7bd5c2d83624 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 8 Feb 2023 20:46:08 -0700 Subject: [PATCH] Fix a comment for types::boundary_id. --- include/deal.II/base/types.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/deal.II/base/types.h b/include/deal.II/base/types.h index 5b7c96710d..6bb8072708 100644 --- a/include/deal.II/base/types.h +++ b/include/deal.II/base/types.h @@ -120,8 +120,7 @@ namespace types /** * The type used to denote boundary indicators associated with every piece - * of the boundary and, in the case of meshes that describe manifolds in - * higher dimensions, associated with every cell. + * of the boundary of the domain. * * There is a special value, numbers::internal_face_boundary_id that is used * to indicate an invalid value of this type and that is used as the -- 2.39.5