From: bangerth Date: Thu, 6 Aug 2009 14:20:24 +0000 (+0000) Subject: Forward declare BlockMatrixBase since it will otherwise get a X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f27385975de7cbb7e05e89f899d8356ae1988e27;p=dealii-svn.git Forward declare BlockMatrixBase since it will otherwise get a tentative declaration in the wrong namespace. git-svn-id: https://svn.dealii.org/trunk@19190 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/sparse_matrix.h b/deal.II/lac/include/lac/sparse_matrix.h index 1bb763cf7b..3f85476cc6 100644 --- a/deal.II/lac/include/lac/sparse_matrix.h +++ b/deal.II/lac/include/lac/sparse_matrix.h @@ -23,8 +23,10 @@ DEAL_II_NAMESPACE_OPEN -template class Vector; -template class FullMatrix; +template class Vector; +template class FullMatrix; +template class BlockMatrixBase; + /*! @addtogroup Matrix1 *@{