From: wolf Date: Thu, 17 Oct 2002 14:33:24 +0000 (+0000) Subject: Add a TODO for Guido. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b2e143f1c1e35a3c2405f5bf1be3b5b520f8fe;p=dealii-svn.git Add a TODO for Guido. git-svn-id: https://svn.dealii.org/trunk@6670 0785d39b-7218-0410-832d-ea1e28bc413d --- 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]}. *