From 418db70961446927d6d4e4c8165daab2890647b2 Mon Sep 17 00:00:00 2001 From: hartmann Date: Mon, 3 May 1999 10:52:21 +0000 Subject: [PATCH] derive the fullmatrix from Subsriptor git-svn-id: https://svn.dealii.org/trunk@1237 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index 7c23f813b5..88635a9d41 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -11,6 +11,7 @@ #include +#include // forward declarations @@ -56,7 +57,7 @@ class iVector; * @author Guido Kanschat, Franz-Theo Suttmeier, Wolfgang Bangerth */ template -class FullMatrix +class FullMatrix : public Subscriptor { private: /** -- 2.39.5