From 80a2699c63854f676eb9c4a4185eaf4a01dde966 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 7 Aug 2015 21:59:02 -0500 Subject: [PATCH] No longer derive InternalDataBase from Subscriptor. This is no longer necessary now that we store unique_ptrs to them. --- include/deal.II/fe/fe.h | 2 +- include/deal.II/fe/mapping.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/fe/fe.h b/include/deal.II/fe/fe.h index 75eae22e1b..944f91e08e 100644 --- a/include/deal.II/fe/fe.h +++ b/include/deal.II/fe/fe.h @@ -382,7 +382,7 @@ public: * * @author Guido Kanschat, 2001; Wolfgang Bangerth, 2015. */ - class InternalDataBase : public Subscriptor + class InternalDataBase { private: /** diff --git a/include/deal.II/fe/mapping.h b/include/deal.II/fe/mapping.h index f29542c139..0d81c20796 100644 --- a/include/deal.II/fe/mapping.h +++ b/include/deal.II/fe/mapping.h @@ -348,7 +348,7 @@ public: * modification despite the fact that the surrounding object is * marked as const. */ - class InternalDataBase : public Subscriptor + class InternalDataBase { private: /** -- 2.39.5