From: Peter Munch Date: Tue, 25 Apr 2023 05:45:55 +0000 (+0200) Subject: Remove commented assert X-Git-Tag: v9.5.0-rc1~289^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ee80120fe843c137e9ba4ea493b3b7be18d349;p=dealii.git Remove commented assert --- diff --git a/source/fe/fe_nedelec_sz.cc b/source/fe/fe_nedelec_sz.cc index 6bce573368..db494d4f1f 100644 --- a/source/fe/fe_nedelec_sz.cc +++ b/source/fe/fe_nedelec_sz.cc @@ -3014,7 +3014,6 @@ FE_NedelecSZ::requires_update_flags( update_covariant_transformation; if (flags & update_hessians) - // Assert (false, ExcNotImplemented()); out |= update_hessians | update_values | update_gradients | update_jacobian_pushed_forward_grads | update_jacobian_pushed_forward_2nd_derivatives |