From: wolf Date: Mon, 13 Feb 2006 23:19:05 +0000 (+0000) Subject: Leave a note for self. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e647f5c7a3c4d1d547cf895b8395da085f09dfcd;p=dealii-svn.git Leave a note for self. git-svn-id: https://svn.dealii.org/trunk@12377 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/q_collection.h b/deal.II/deal.II/include/fe/q_collection.h index a454125634..fece6a715f 100644 --- a/deal.II/deal.II/include/fe/q_collection.h +++ b/deal.II/deal.II/include/fe/q_collection.h @@ -23,6 +23,11 @@ #include +//TODO[WB]: Make the conversion constructor 'explicit'. This is +//presently calling for big trouble when doing things like +// QGauss q; +// hp::FEValues fe_values(fe, q, ...); + namespace hp { /**