From 4bf4d1b5a0224da99f8427cc65ef183717119e4e Mon Sep 17 00:00:00 2001 From: guido Date: Fri, 26 May 2000 04:07:49 +0000 Subject: [PATCH] bug fixed git-svn-id: https://svn.dealii.org/trunk@2952 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/dofs/dof_tools.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/deal.II/deal.II/include/dofs/dof_tools.h b/deal.II/deal.II/include/dofs/dof_tools.h index 79baa24559..2a0fa4cfcd 100644 --- a/deal.II/deal.II/include/dofs/dof_tools.h +++ b/deal.II/deal.II/include/dofs/dof_tools.h @@ -14,14 +14,12 @@ #define __deal2__dof_tools_h -// Copyright Wolfgang Bangerth, Guido Kanschat, and others 1999, 2000 - - #include #include class SparsityPattern; template class Vector; +template class FullMatrix; template class DoFHandler; template class MGDoFHandler; class ConstraintMatrix; -- 2.39.5