From 339def897ed1b0a1320ad81cb240383e890e1b10 Mon Sep 17 00:00:00 2001 From: grahambenharper Date: Mon, 16 Sep 2019 16:38:17 -0600 Subject: [PATCH] Fix typo in TensorProductPolynomialsBubbles documentation --- include/deal.II/base/tensor_product_polynomials_bubbles.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5