From: wolf Date: Tue, 27 Feb 2001 08:47:13 +0000 (+0000) Subject: Derive sparse direct solvers from Subscriptor. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28e0e2bdba7378157f0d259025dd9a2393697d15;p=dealii-svn.git Derive sparse direct solvers from Subscriptor. git-svn-id: https://svn.dealii.org/trunk@4039 0785d39b-7218-0410-832d-ea1e28bc413d --- 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: /**