From 3874d16b15222828bd770adaf1aa93515c785820 Mon Sep 17 00:00:00 2001 From: David Wells Date: Mon, 21 Apr 2025 09:19:34 -0400 Subject: [PATCH] QProjector: fix some function names. --- include/deal.II/base/qprojector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/base/qprojector.h b/include/deal.II/base/qprojector.h index 387eae9a9b..269d744d2e 100644 --- a/include/deal.II/base/qprojector.h +++ b/include/deal.II/base/qprojector.h @@ -147,7 +147,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 + * @deprecated Use the version of project_to_subface() which takes an * orientation argument instead. */ DEAL_II_DEPRECATED_EARLY_WITH_COMMENT( @@ -175,7 +175,7 @@ public: * that the cell is a line (1D), a quad (2d), or a hex (3d). Use the other * version of this function that takes the reference cell type instead. * - * @deprecated Use the version of project_to_face() which takes an + * @deprecated Use the version of project_to_subface() which takes an * orientation argument instead. */ DEAL_II_DEPRECATED_EARLY_WITH_COMMENT( @@ -198,7 +198,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 + * @deprecated Use the version of project_to_subface() which takes an * orientation argument instead. */ DEAL_II_DEPRECATED_EARLY_WITH_COMMENT( -- 2.39.5