]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Leave a comment. 10981/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Wed, 30 Sep 2020 14:27:43 +0000 (08:27 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Wed, 30 Sep 2020 14:27:43 +0000 (08:27 -0600)
source/base/quadrature_selector.cc

index 22711b4451731d2ba60658961d70e558de101a1e..af6ac4d9acc1fa8c0cd025437e54ae6bfc1ab7dc 100644 (file)
@@ -44,6 +44,8 @@ QuadratureSelector<dim>::create_quadrature(const std::string &s,
         return QMilne<dim>();
       else if (s == "simpson")
         return QSimpson<dim>();
+      // The following name is DEAL_II_DEPRECATED and should be
+      // removed once the 'using' declaration is removed.
       else if (s == "trapez")
         return QTrapezoid<dim>();
       else if (s == "trapezoid")

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.