From 81bc9e1812f1e301684d6a815c00ff0bbcb83219 Mon Sep 17 00:00:00 2001 From: Alexander Knieps Date: Sat, 10 Aug 2019 01:29:56 +0200 Subject: [PATCH] Fixed documentation for Triangulation<...>::set_manifold(...) --- include/deal.II/grid/tria.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 515db001e7..3e931c830f 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1780,9 +1780,8 @@ public: * for non-linear (i.e.: non-Q1) transformations of cells to the unit cell * in shape function calculations. * - * The @p manifold_object is not copied and MUST persist until the - * triangulation is destroyed. This is also true for triangulations - * generated from this one by @p copy_triangulation. + * A copy of @p manifold_object is created using + * Manifold::clone() and stored internally. * * It is possible to remove or replace the boundary object during the * lifetime of a non-empty triangulation. Usually, this is done before the -- 2.39.5