From e7b2e143f1c1e35a3c2405f5bf1be3b5b520f8fe Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 17 Oct 2002 14:33:24 +0000 Subject: [PATCH] Add a TODO for Guido. git-svn-id: https://svn.dealii.org/trunk@6670 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/polynomial.h | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 0fa0bc5edc..20b8477d64 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -269,6 +269,7 @@ namespace Polynomials }; +//TODO[GK]: In contrast to the LagrangeEquidistant class, the following class is a template. Is this necessary, or could we make this more consistent? /** * Legendre polynomials of arbitrary order on @p{[0,1]}. * -- 2.39.5