From: Martin Kronbichler Date: Thu, 5 Sep 2024 07:41:53 +0000 (+0200) Subject: Fix indent run of changelog entry X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F17661%2Fhead;p=dealii.git Fix indent run of changelog entry --- 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)