From 7bdb7fb564a9e8eb3915ae142b7ec2fea65e9580 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:54:52 +0000 Subject: [PATCH] Remove 2 TODOs that I know now work git-svn-id: https://svn.dealii.org/trunk@15122 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/vectors.templates.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/numerics/vectors.templates.h b/deal.II/deal.II/include/numerics/vectors.templates.h index 05ec50052b..f41a1d13b6 100644 --- a/deal.II/deal.II/include/numerics/vectors.templates.h +++ b/deal.II/deal.II/include/numerics/vectors.templates.h @@ -1612,8 +1612,7 @@ VectorTools::interpolate_boundary_values (const Mapping &mapping #endif -//TODO[?] Change for real hp::DoFHandler -// This function might not work anymore if the real hp::DoFHandler is available. + template class DH> void VectorTools::interpolate_boundary_values (const DH &dof, @@ -1630,8 +1629,6 @@ VectorTools::interpolate_boundary_values (const DH &dof, -//TODO[?] Change for real hp::DoFHandler -// This function might not work anymore if the real hp::DoFHandler is available. template class DH> void VectorTools::interpolate_boundary_values (const DH &dof, -- 2.39.5