From: bangerth Date: Sun, 26 Aug 2012 13:49:26 +0000 (+0000) Subject: Leave a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cca62b79cb6dba89331aae29e070521c10c2a390;p=dealii-svn.git Leave a TODO. git-svn-id: https://svn.dealii.org/trunk@26120 0785d39b-7218-0410-832d-ea1e28bc413d --- 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