From a5ba0c6c3b794568f47567664d684c2caf52d81e Mon Sep 17 00:00:00 2001 From: David Wells Date: Tue, 24 Oct 2023 15:41:40 -0400 Subject: [PATCH] Remove a stray comment about pointer lifetimes. Nowadays we use Manifold::clone() to avoid this problem. --- include/deal.II/grid/tria.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 704baa95f5..b5d1fe8191 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -2000,11 +2000,6 @@ public: * as a copy constructor, since it makes it easier to maintain collections * of triangulations if you can assign them values later on. * - * Keep in mind that this function also copies the pointer to the boundary - * descriptor previously set by the @p set_manifold function. You must - * therefore also guarantee that the Manifold objects describing the boundary - * have a lifetime at least as long as the copied triangulation. - * * This triangulation must be empty beforehand. * * The function is made @p virtual since some derived classes might want to -- 2.39.5