From: Alexander Knieps Date: Fri, 9 Aug 2019 23:29:56 +0000 (+0200) Subject: Fixed documentation for Triangulation<...>::set_manifold(...) X-Git-Tag: v9.2.0-rc1~1273^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81bc9e1812f1e301684d6a815c00ff0bbcb83219;p=dealii.git Fixed documentation for Triangulation<...>::set_manifold(...) --- 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