From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Wed, 5 Sep 2007 03:38:48 +0000 (+0000)
Subject: Remove two TODOs that have apparently been working for a long time already
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a2938a0ff6b9268987ef767d4cb0d31d9aceee37;p=dealii-svn.git

Remove two TODOs that have apparently been working for a long time already

git-svn-id: https://svn.dealii.org/trunk@15119 0785d39b-7218-0410-832d-ea1e28bc413d
---

diff --git a/deal.II/deal.II/source/fe/fe_values.cc b/deal.II/deal.II/source/fe/fe_values.cc
index 84aeac4bf5..5bdcf6b55d 100644
--- a/deal.II/deal.II/source/fe/fe_values.cc
+++ b/deal.II/deal.II/source/fe/fe_values.cc
@@ -2,7 +2,7 @@
 //    $Id$
 //    Version: $Name$
 //
-//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors
+//    Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 by the deal.II authors
 //
 //    This file is subject to QPL and may not be  distributed
 //    without copyright and license information. Please refer
@@ -1421,9 +1421,6 @@ void FEFaceValues<dim>::reinit (const typename DoFHandler<dim>::cell_iterator &c
 
 
 
-//TODO:[?] Change for real hp::DoFHandler
-// Probably the first assertion has to be changed, when the real hp::DoFHandler
-// is available.
 template <int dim>
 void FEFaceValues<dim>::reinit (const typename hp::DoFHandler<dim>::cell_iterator &cell,
 				const unsigned int              face_no)
@@ -1658,9 +1655,7 @@ void FESubfaceValues<dim>::reinit (const typename DoFHandler<dim>::cell_iterator
 }
 
 
-//TODO:[?] Change for real hp::DoFHandler
-// Probably the first assertion has to be changed, when the real hp::DoFHandler
-// is available.
+
 template <int dim>
 void FESubfaceValues<dim>::reinit (const typename hp::DoFHandler<dim>::cell_iterator &cell,
 				   const unsigned int         face_no,