From: Wolfgang Bangerth Date: Tue, 27 Feb 2001 08:47:13 +0000 (+0000) Subject: Derive sparse direct solvers from Subscriptor. X-Git-Tag: v8.0.0~19679 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=105678d91dd89699e2103310f7ca9748bee50734;p=dealii.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: /**