From: bangerth Date: Tue, 13 Feb 2007 18:33:49 +0000 (+0000) Subject: Leave a TODO. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a36d2be51b9592ff8527e8bdd47cd096e0642e6d;p=dealii-svn.git Leave a TODO. git-svn-id: https://svn.dealii.org/trunk@14469 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/source/dofs/dof_tools.cc b/deal.II/deal.II/source/dofs/dof_tools.cc index c51dde7297..7c27d5261d 100644 --- a/deal.II/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/deal.II/source/dofs/dof_tools.cc @@ -2771,6 +2771,7 @@ DoFTools::extract_dofs ( std::vector &/*selected_dofs*/, const bool /*count_by_blocks*/) { +//TODO[WB]: implement this function Assert (false, ExcNotImplemented()); /* const FiniteElement &fe = dof.get_fe();