From 930bc93f225bf8959c1c226f12382d8e9789c1db Mon Sep 17 00:00:00 2001 From: Marc Fehling Date: Wed, 24 Mar 2021 14:07:55 -0600 Subject: [PATCH] Minor changes to `TemporarilyRestoreSubdomainIds`. --- include/deal.II/distributed/shared_tria.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/distributed/shared_tria.h b/include/deal.II/distributed/shared_tria.h index fa10efbbef..724d288a33 100644 --- a/include/deal.II/distributed/shared_tria.h +++ b/include/deal.II/distributed/shared_tria.h @@ -503,7 +503,7 @@ namespace internal * true subdomain IDs. See the @ref GlossArtificialCell "glossary" * for more information about artificial cells. */ - template + template class TemporarilyRestoreSubdomainIds : public Subscriptor { public: @@ -530,7 +530,7 @@ namespace internal /** * The modified parallel::shared::Triangulation. */ - SmartPointer< + const SmartPointer< const dealii::parallel::shared::Triangulation> shared_tria; -- 2.39.5