From: wolf Date: Wed, 16 Feb 2000 17:44:24 +0000 (+0000) Subject: Seems to be done. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c1c1ef1c55dc062cad2502ad5a61d9102a92832;p=dealii-svn.git Seems to be done. git-svn-id: https://svn.dealii.org/trunk@2423 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/Todo b/deal.II/deal.II/Todo index 5bbba11d6f..a56c23959f 100644 --- a/deal.II/deal.II/Todo +++ b/deal.II/deal.II/Todo @@ -18,11 +18,6 @@ Check usage of vector<>s: functions should assume that the objects have the right size already. -Update DoFHandler::distribute_cell_to_dof_vector for higher order - elements (it can presently only handle elements with the only dofs - on the vertices). - - Remove FiniteElementData<>::operator == and let it be generated implicitely.