From: wolf Date: Tue, 13 Mar 2001 10:23:50 +0000 (+0000) Subject: TODO: test Laguerre class. it has never been tested up to now X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7a789ef55d694394ec268ff0e4356bfbebd6f03f;p=dealii-svn.git TODO: test Laguerre class. it has never been tested up to now git-svn-id: https://svn.dealii.org/trunk@4194 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/polynomial.h b/deal.II/base/include/base/polynomial.h index 8939d4eb8b..9cf716359d 100644 --- a/deal.II/base/include/base/polynomial.h +++ b/deal.II/base/include/base/polynomial.h @@ -171,6 +171,7 @@ class LagrangeEquidistant: public Polynomial * * @author Guido Kanschat, 2000 */ +//TODO: test this class. it has never been tested up to now template class Legendre : public Polynomial {