From: Guido Kanschat Date: Tue, 9 Jul 2002 11:38:00 +0000 (+0000) Subject: Missing header added X-Git-Tag: v8.0.0~17739 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=447b7e147da007803a8907b538d830c7c1044a71;p=dealii.git Missing header added git-svn-id: https://svn.dealii.org/trunk@6237 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/source/legendre.cc b/deal.II/base/source/legendre.cc index 1670bc8b3c..83bd1ee069 100644 --- a/deal.II/base/source/legendre.cc +++ b/deal.II/base/source/legendre.cc @@ -15,6 +15,8 @@ #include #include +#include + //TODO:[?] This class leaks memory, but only at the very end of a program. // Since it expands the Legendre::coefficients array, the elements // of this static variable are not destroyed at the end of the program @@ -23,9 +25,6 @@ // a memory checked such as "purify". Maybe, this should be handled somehow // to avoid this confusion in future. -//TODO:[GK] These polynomials are orthogonal on [-1,1], but the -//integral over p^2 is not 1. Find out if this is ok. - // Reserve space for polynomials up to degree 19. Should be sufficient // for the start. template