From: Matthias Maier Date: Mon, 20 Feb 2012 10:12:22 +0000 (+0000) Subject: Derive InterGridMap from Subscriptor so that it is usable with a SmartPointer X-Git-Tag: v8.0.0~2868 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e1be1a66f826bf805ef80353c9ebdab5617842;p=dealii.git Derive InterGridMap from Subscriptor so that it is usable with a SmartPointer git-svn-id: https://svn.dealii.org/trunk@25120 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/intergrid_map.h b/deal.II/include/deal.II/grid/intergrid_map.h index 3a0daa52a7..6b5e7f6750 100644 --- a/deal.II/include/deal.II/grid/intergrid_map.h +++ b/deal.II/include/deal.II/grid/intergrid_map.h @@ -112,7 +112,7 @@ DEAL_II_NAMESPACE_OPEN * @author Wolfgang Bangerth, 1999 */ template -class InterGridMap +class InterGridMap : public Subscriptor { public: