From: wolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Tue, 3 Aug 2004 02:18:54 +0000 (+0000)
Subject: Add a TODO.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33e0fec1bbb5bd04fc471b02dc43df5bca483788;p=dealii-svn.git

Add a TODO.


git-svn-id: https://svn.dealii.org/trunk@9539 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/source/fe/fe_q.cc b/deal.II/deal.II/source/fe/fe_q.cc
index 8c820606b6..a9b380e64a 100644
--- a/deal.II/deal.II/source/fe/fe_q.cc
+++ b/deal.II/deal.II/source/fe/fe_q.cc
@@ -1219,6 +1219,7 @@ FE_Q<2>::initialize_constraints ()
 				   // in 3d we still have the
 				   // constraint matrices, so make the
 				   // check
+//TODO[WB]: get rid of this, the check has worked a long time, so it's time to get rid of the file in which constraint_matrices are actually declared.  
   if (dim == 3)
     if (this->degree < Matrices::n_constraint_matrices+1)
       {