From: Wolfgang Bangerth Date: Wed, 30 Sep 2020 14:27:43 +0000 (-0600) Subject: Leave a comment. X-Git-Tag: v9.3.0-rc1~1053^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10981%2Fhead;p=dealii.git Leave a comment. --- diff --git a/source/base/quadrature_selector.cc b/source/base/quadrature_selector.cc index 22711b4451..af6ac4d9ac 100644 --- a/source/base/quadrature_selector.cc +++ b/source/base/quadrature_selector.cc @@ -44,6 +44,8 @@ QuadratureSelector::create_quadrature(const std::string &s, return QMilne(); else if (s == "simpson") return QSimpson(); + // The following name is DEAL_II_DEPRECATED and should be + // removed once the 'using' declaration is removed. else if (s == "trapez") return QTrapezoid(); else if (s == "trapezoid")