From: bangerth Date: Fri, 18 Jan 2013 23:11:45 +0000 (+0000) Subject: Add a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f61783d56acbf09067ecff8b3089118b0c1439bc;p=dealii-svn.git Add a TODO. git-svn-id: https://svn.dealii.org/trunk@28140 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/base/tensor_product_polynomials_const.h b/deal.II/include/deal.II/base/tensor_product_polynomials_const.h index e17ff55b1a..9d47b28d72 100644 --- a/deal.II/include/deal.II/base/tensor_product_polynomials_const.h +++ b/deal.II/include/deal.II/base/tensor_product_polynomials_const.h @@ -24,6 +24,9 @@ DEAL_II_NAMESPACE_OPEN + +//TODO: This class is an almost exact copy of the TensorProductPolynomials class. They should be unified. A simple way to do that would be to derive this one from the other and in the implemented member functions simply defer to the corresponding function in the base class whenever appropriate. + /** * @addtogroup Polynomials * @{