]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Add comment.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Nov 2001 17:07:19 +0000 (17:07 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Thu, 29 Nov 2001 17:07:19 +0000 (17:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@5313 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/legendre.cc

index 766725c7e69d0cc754bcbd9ec0b39231afb67a5a..208c3fd4d45cf9b68df6fc0c8d9530a25a418f73 100644 (file)
 #include <base/polynomial.h>
 #include <base/thread_management.h>
 
+//TODO:[?] This class leaks memory, but only at the very end of a program.
+// Since it expands the Legendre<number>::coefficients array, the elements
+// of this static variable are not destroyed at the end of the program
+// run. While this is not a problem (since the returned memory could
+// not be used anyway then), it is a little confusing when looking at
+// a memory checked such as "purify". Maybe, this should be handled somehow
+// to avoid this confusion in future.
+
+
 
 // Reserve space for polynomials up to degree 19. Should be sufficient
 // for the start.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.