From 9113c5213ef6e3500a88fd5104f3af439bd65786 Mon Sep 17 00:00:00 2001 From: David Wells Date: Fri, 16 Apr 2021 13:06:43 -0400 Subject: [PATCH] Deprecate create_triangulation_compatibility. --- include/deal.II/grid/persistent_tria.h | 1 + include/deal.II/grid/tria.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/deal.II/grid/persistent_tria.h b/include/deal.II/grid/persistent_tria.h index da3be01411..54d1890236 100644 --- a/include/deal.II/grid/persistent_tria.h +++ b/include/deal.II/grid/persistent_tria.h @@ -217,6 +217,7 @@ public: * Throw an error, since this function is not useful in the context of this * class. */ + DEAL_II_DEPRECATED_EARLY virtual void create_triangulation_compatibility( const std::vector> &vertices, diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index c96812f4bf..b81045f50b 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1875,6 +1875,7 @@ public: * @note This function internally calls create_triangulation and therefore * can throw the same exception as the other function. */ + DEAL_II_DEPRECATED_EARLY virtual void create_triangulation_compatibility( const std::vector> &vertices, -- 2.39.5