From: Wolfgang Bangerth Date: Mon, 3 Jul 2017 21:58:45 +0000 (-0600) Subject: Remove a TODO. X-Git-Tag: v9.0.0-rc1~1454^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4572%2Fhead;p=dealii.git Remove a TODO. The TODO isn't really addressed, but previous to #4560, the functions in question simply did the wrong thing, whereas since #4560, we at least get an ExcNotImplemented(). --- diff --git a/source/dofs/dof_handler_policy.cc b/source/dofs/dof_handler_policy.cc index 5be7b4676f..531329436e 100644 --- a/source/dofs/dof_handler_policy.cc +++ b/source/dofs/dof_handler_policy.cc @@ -14,8 +14,6 @@ // --------------------------------------------------------------------- -//TODO [TH]: renumber DoFs for multigrid is not done yet - #include #include #include