From f27385975de7cbb7e05e89f899d8356ae1988e27 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 6 Aug 2009 14:20:24 +0000 Subject: [PATCH] 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 --- deal.II/lac/include/lac/sparse_matrix.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 *@{ -- 2.39.5