From a2938a0ff6b9268987ef767d4cb0d31d9aceee37 Mon Sep 17 00:00:00 2001 From: bangerth Date: Wed, 5 Sep 2007 03:38:48 +0000 Subject: [PATCH] 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 --- deal.II/deal.II/source/fe/fe_values.cc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) 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::reinit (const typename DoFHandler::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 void FEFaceValues::reinit (const typename hp::DoFHandler::cell_iterator &cell, const unsigned int face_no) @@ -1658,9 +1655,7 @@ void FESubfaceValues::reinit (const typename DoFHandler::cell_iterator } -//TODO:[?] Change for real hp::DoFHandler -// Probably the first assertion has to be changed, when the real hp::DoFHandler -// is available. + template void FESubfaceValues::reinit (const typename hp::DoFHandler::cell_iterator &cell, const unsigned int face_no, -- 2.39.5