From be7b0ce3e769f392a01ee5219fba32da880466cc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 3 Aug 2004 02:18:54 +0000 Subject: [PATCH] Add a TODO. git-svn-id: https://svn.dealii.org/trunk@9539 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/source/fe/fe_q.cc | 1 + 1 file changed, 1 insertion(+) 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) { -- 2.39.5