// $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
-//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)
}
-//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,