From: Wolfgang Bangerth Date: Wed, 8 Nov 2006 16:36:33 +0000 (+0000) Subject: Leave a TODO X-Git-Tag: v8.0.0~10804 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7e7a0d2326a4e5d08c128a3bf29ef52e8b584a7;p=dealii.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