From: David Wells Date: Tue, 24 Oct 2023 19:41:40 +0000 (-0400) Subject: Remove a stray comment about pointer lifetimes. X-Git-Tag: relicensing~364^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F16184%2Fhead;p=dealii.git Remove a stray comment about pointer lifetimes. Nowadays we use Manifold::clone() to avoid this problem. --- 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