From: Wolfgang Bangerth Date: Thu, 17 Oct 2002 14:33:24 +0000 (+0000) Subject: Add a TODO for Guido. X-Git-Tag: v8.0.0~17316 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9645c328ff019d546b89e8cd46d0d5518df3f83e;p=dealii.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]}. *