From: David Wells Date: Mon, 21 Apr 2025 13:19:34 +0000 (-0400) Subject: QProjector: fix some function names. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3874d16b15222828bd770adaf1aa93515c785820;p=dealii.git QProjector: fix some function names. --- 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(