From: David Wells Date: Mon, 21 Apr 2025 13:19:16 +0000 (-0400) Subject: QProjector: don't deprecate every version of project_to_subface(). X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df5e043ad5a25dd1f6b595df009915348bb38f4d;p=dealii.git QProjector: don't deprecate every version of project_to_subface(). This was a copy-paste mistake. --- diff --git a/include/deal.II/base/qprojector.h b/include/deal.II/base/qprojector.h index 1e810b46ea..387eae9a9b 100644 --- a/include/deal.II/base/qprojector.h +++ b/include/deal.II/base/qprojector.h @@ -222,13 +222,7 @@ public: * * @note Only the points are transformed. The quadrature weights are the * same as those of the original rule. - * - * @deprecated Use the version of project_to_face() which takes an - * orientation argument instead. */ - DEAL_II_DEPRECATED_EARLY_WITH_COMMENT( - "Use the version of project_to_subface() which takes an orientation " - "argument instead.") static Quadrature project_to_subface(const ReferenceCell &reference_cell, const SubQuadrature &quadrature,