From 0e624810230bda821e9fa9a96f23899dfa24ef46 Mon Sep 17 00:00:00 2001 From: Wolfgang 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