From 28e0e2bdba7378157f0d259025dd9a2393697d15 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 27 Feb 2001 08:47:13 +0000 Subject: [PATCH] Derive sparse direct solvers from Subscriptor. git-svn-id: https://svn.dealii.org/trunk@4039 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/sparse_direct.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/lac/include/lac/sparse_direct.h b/deal.II/lac/include/lac/sparse_direct.h index fa9fd11881..a1295a8f94 100644 --- a/deal.II/lac/include/lac/sparse_direct.h +++ b/deal.II/lac/include/lac/sparse_direct.h @@ -16,6 +16,7 @@ #include +#include #include #include @@ -95,7 +96,7 @@ * * @author Wolfgang Bangerth, 2000, 2001 */ -class SparseDirectMA27 +class SparseDirectMA27 : public Subscriptor { public: /** @@ -380,7 +381,7 @@ class SparseDirectMA27 * * @author Wolfgang Bangerth, 2000, 2001 */ -class SparseDirectMA47 +class SparseDirectMA47 : public Subscriptor { public: /** -- 2.39.5