]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Derive sparse direct solvers from Subscriptor.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 08:47:13 +0000 (08:47 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 27 Feb 2001 08:47:13 +0000 (08:47 +0000)
git-svn-id: https://svn.dealii.org/trunk@4039 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/sparse_direct.h

index fa9fd118810761ca6de8b786910c3a37c5bfd35c..a1295a8f94b8fcb43c40f7bbed8fc7419d7cb68e 100644 (file)
@@ -16,6 +16,7 @@
 
 
 #include <base/exceptions.h>
+#include <base/subscriptor.h>
 #include <lac/vector.h>
 #include <lac/sparse_matrix.h>
 
@@ -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:
                                     /**

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.