From c8fa68c217bbad4f21ac211c824212faff426d68 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 13 Feb 2006 23:19:05 +0000 Subject: [PATCH] Leave a note for self. git-svn-id: https://svn.dealii.org/trunk@12377 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/q_collection.h | 5 +++++ 1 file changed, 5 insertions(+) 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 { /** -- 2.39.5