From d54acdf103c445f3a213d7469a4d19f751c3373d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Thu, 5 Sep 2024 09:41:53 +0200 Subject: [PATCH] Fix indent run of changelog entry --- doc/news/changes/minor/20240821Marquis | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/doc/news/changes/minor/20240821Marquis b/doc/news/changes/minor/20240821Marquis index 0e844440c7..ca639d5420 100644 --- a/doc/news/changes/minor/20240821Marquis +++ b/doc/news/changes/minor/20240821Marquis @@ -1,8 +1,10 @@ -Fixed: Previously, FiniteElement::has_generalized_support_points() and -FiniteElement::has_face_support_points() returned false for the FE_Nothing element. Now, FE_Nothing::has_generalized_support_points() and -FE_Nothing::has_face_support_points() correctly return true, as the empty -arrays returned by FE_Nothing::get_generalized_support_points() and FE_Nothing::get_unit_face_support_points() accurately describe the support -points of the element(i.e., they don't have any, as there are no -degrees of freedom). +Fixed: Previously, FiniteElement::has_generalized_support_points() and +FiniteElement::has_face_support_points() returned false for the FE_Nothing +element. Now, FE_Nothing::has_generalized_support_points() and +FE_Nothing::has_face_support_points() correctly return true, as the empty +arrays returned by FE_Nothing::get_generalized_support_points() and +FE_Nothing::get_unit_face_support_points() accurately describe the support +points of the element (i.e., they don't have any, as there are no degrees of +freedom).
(Oreste Marquis, 2024/08/21) -- 2.39.5