From f8b699dd58f4119deee3c1cc83323ce9a89051df Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 18 Jan 2013 23:11:45 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@28140 0785d39b-7218-0410-832d-ea1e28bc413d --- .../include/deal.II/base/tensor_product_polynomials_const.h | 3 +++ 1 file changed, 3 insertions(+) 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 * @{ -- 2.39.5