From 6b9357ec0d2d4821f580b56b4c3efd8412adbbab Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 12 Sep 2002 00:03:58 +0000 Subject: [PATCH] Add missing forward declarations. git-svn-id: https://svn.dealii.org/trunk@6397 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/precondition_selector.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deal.II/lac/include/lac/precondition_selector.h b/deal.II/lac/include/lac/precondition_selector.h index 3fff86942d..b568e8952c 100644 --- a/deal.II/lac/include/lac/precondition_selector.h +++ b/deal.II/lac/include/lac/precondition_selector.h @@ -18,6 +18,10 @@ #include #include +template class Vector; +template class SparseMatrix; + + /** * Selects the preconditioner. The constructor of this class takes * the name of the preconditioning and the damping parameter -- 2.39.5