From df5e043ad5a25dd1f6b595df009915348bb38f4d Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 21 Apr 2025 09:19:16 -0400 Subject: [PATCH] QProjector: don't deprecate every version of project_to_subface(). This was a copy-paste mistake. --- include/deal.II/base/qprojector.h | 6 ------ 1 file changed, 6 deletions(-) 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, -- 2.39.5