From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:19:05 +0000 (+0000) Subject: Leave a note for self. X-Git-Tag: v8.0.0~12305 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fa68c217bbad4f21ac211c824212faff426d68;p=dealii.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 { /**