From 62dc20e8082163699560a2ca6009cf5f7e0a19d0 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Jul 2017 15:58:45 -0600 Subject: [PATCH] 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(). --- source/dofs/dof_handler_policy.cc | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.5