From f27491c5520a5ba55ce80c40015bc329f1af6f65 Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 3 Jan 2017 12:07:10 -0500 Subject: [PATCH] Remove a redefinition of a static variable. This was caught by cppcheck. The base class also defines dimension in the same way. --- include/deal.II/base/tensor_product_polynomials_bubbles.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/deal.II/base/tensor_product_polynomials_bubbles.h b/include/deal.II/base/tensor_product_polynomials_bubbles.h index cfead87bd8..bc9ddd616b 100644 --- a/include/deal.II/base/tensor_product_polynomials_bubbles.h +++ b/include/deal.II/base/tensor_product_polynomials_bubbles.h @@ -48,12 +48,6 @@ template class TensorProductPolynomialsBubbles : public TensorProductPolynomials { public: - /** - * Access to the dimension of this object, for checking and automatic - * setting of dimension in other classes. - */ - static const unsigned int dimension = dim; - /** * Constructor. pols is a vector of objects that should be derived * or otherwise convertible to one-dimensional polynomial objects. It will -- 2.39.5