From c357fd93ceb41ae0b991d4b3762bf0f391564cab Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 4 May 2006 16:46:54 +0000 Subject: [PATCH] Clean up. git-svn-id: https://svn.dealii.org/trunk@13052 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_accessor.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 7cab6eb2ab..e0e20a2cb4 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -25,14 +25,7 @@ template class FullMatrix; template class SparseMatrix; template class Vector; -//TODO: Find a way to avoid the specializations in the end and get rid of dof_handler include files. - -// template class DoFHandler; -// namespace hp -// { -// template class DoFHandler; -// } -// template class FiniteElement; +//TODO: Find a way to avoid the forward declarations and get rid of dof_handler include files. template class DoFObjectAccessor; -- 2.39.5