From: bangerth Date: Wed, 8 Nov 2006 16:36:33 +0000 (+0000) Subject: Leave a TODO X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=41f05b27318fabf6f51232811c055eae8ba888ed;p=dealii-svn.git Leave a TODO git-svn-id: https://svn.dealii.org/trunk@14173 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/fe_dgq.h b/deal.II/deal.II/include/fe/fe_dgq.h index 84e3c9a746..7a112c3577 100644 --- a/deal.II/deal.II/include/fe/fe_dgq.h +++ b/deal.II/deal.II/include/fe/fe_dgq.h @@ -13,6 +13,9 @@ #ifndef __deal2__fe_dgq_h #define __deal2__fe_dgq_h + +//TODO: we should probably turn the derivation around, i.e. make FE_DGQ a special case of FE_DGQ_Generic/Arbitrary, and then have other classes that only have the constructor and clone() that use other sets of quadrature nodes. + #include #include #include