From: Wolfgang Bangerth Date: Wed, 7 May 2003 20:15:22 +0000 (+0000) Subject: Remove TODO. X-Git-Tag: v8.0.0~16554 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40bc72fc68ac2f86cbd2d8bd8451c2ad11a29bc8;p=dealii.git Remove TODO. git-svn-id: https://svn.dealii.org/trunk@7599 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/fe/fe.cc b/deal.II/deal.II/source/fe/fe.cc index e1c8164b62..2c24809b47 100644 --- a/deal.II/deal.II/source/fe/fe.cc +++ b/deal.II/deal.II/source/fe/fe.cc @@ -27,8 +27,6 @@ #include -//TODO[GK]: It is relatively confusing with all these update_each, update_once, and in particular update_current flags. there also does not seem to be much documentation at a higher level, except for the documentation of some member variables on this. It would be nice, if we could at least get rid of update_current, to make things a little bit more clear - /*------------------------------- FiniteElementBase ----------------------*/