From: Wolfgang Bangerth 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-Tag: v8.0.0~19577 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2c78e4cdda127f9c1b12e4a59042024dc407cb5;p=dealii.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 {