From: David Wells Date: Tue, 3 Jan 2017 17:07:10 +0000 (-0500) Subject: Remove a redefinition of a static variable. X-Git-Tag: v8.5.0-rc1~291^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27491c5520a5ba55ce80c40015bc329f1af6f65;p=dealii.git Remove a redefinition of a static variable. This was caught by cppcheck. The base class also defines dimension in the same way. --- 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