From: grahambenharper Date: Mon, 16 Sep 2019 22:38:17 +0000 (-0600) Subject: Fix typo in TensorProductPolynomialsBubbles documentation X-Git-Tag: v9.2.0-rc1~1099^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=339def897ed1b0a1320ad81cb240383e890e1b10;p=dealii.git Fix typo in TensorProductPolynomialsBubbles documentation --- diff --git a/include/deal.II/base/tensor_product_polynomials_bubbles.h b/include/deal.II/base/tensor_product_polynomials_bubbles.h index 77fddfaa41..876a926ed1 100644 --- a/include/deal.II/base/tensor_product_polynomials_bubbles.h +++ b/include/deal.II/base/tensor_product_polynomials_bubbles.h @@ -178,7 +178,7 @@ public: n() const; /** - * Return the name of the space, which is AnisotropicPolynomials. + * Return the name of the space, which is TensorProductPolynomialsBubbles. */ std::string name() const override;