From cca62b79cb6dba89331aae29e070521c10c2a390 Mon Sep 17 00:00:00 2001 From: bangerth Date: Sun, 26 Aug 2012 13:49:26 +0000 Subject: [PATCH] Leave a TODO. git-svn-id: https://svn.dealii.org/trunk@26120 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/fe/fe.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/deal.II/source/fe/fe.cc b/deal.II/source/fe/fe.cc index 8bfce1e4fb..847884cc7e 100644 --- a/deal.II/source/fe/fe.cc +++ b/deal.II/source/fe/fe.cc @@ -130,6 +130,7 @@ FiniteElement::FiniteElement ( // assume that all entries were // supposed to be equal. +//TODO: Do the following in a better way by expanding these arrays in the member initializer section above // Normally, we should be careful // with const_cast, but since this // is the constructor and we do it -- 2.39.5