From: Guido Kanschat Date: Fri, 26 May 2000 04:07:49 +0000 (+0000) Subject: bug fixed X-Git-Tag: v8.0.0~20454 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b9c3bebfe45ba9df006d54d8b909fe49c770552;p=dealii.git bug fixed git-svn-id: https://svn.dealii.org/trunk@2952 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;