From: Wolfgang Bangerth Date: Thu, 5 Jan 2006 09:29:37 +0000 (+0000) Subject: Fix one problem. X-Git-Tag: v8.0.0~12709 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ebf904cfa9d86574cfaf102d4b87e9de58ef250;p=dealii.git Fix one problem. git-svn-id: https://svn.dealii.org/trunk@11950 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/dofs/dof_accessor.h b/deal.II/deal.II/include/dofs/dof_accessor.h index 550c99fa3d..31c42fc6c4 100644 --- a/deal.II/deal.II/include/dofs/dof_accessor.h +++ b/deal.II/deal.II/include/dofs/dof_accessor.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 by the deal.II authors +// Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -23,7 +23,10 @@ template class SparseMatrix; template class Vector; template class DoFHandler; -template class hp::DoFHandler; +namespace hp +{ + template class DoFHandler; +} template class FiniteElement; template class DH> class DoFObjectAccessor;