From 6a0e18ac8c2da6df4a7530dd7488f1ed5e202e8d Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 12 Dec 2011 19:47:05 +0000 Subject: [PATCH] Use a forward declaration followed by a friend declaration rather than relying on name injection. git-svn-id: https://svn.dealii.org/trunk@24823 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/sparse_matrix.h b/deal.II/include/deal.II/lac/sparse_matrix.h index 46274071b9..f6e3695dde 100644 --- a/deal.II/include/deal.II/lac/sparse_matrix.h +++ b/deal.II/include/deal.II/lac/sparse_matrix.h @@ -25,7 +25,7 @@ DEAL_II_NAMESPACE_OPEN template class Vector; template class FullMatrix; template class BlockMatrixBase; - +template class SparseILU; /*! @addtogroup Matrix1 *@{ -- 2.39.5