From: Lei Qiao Date: Tue, 13 Oct 2015 04:13:15 +0000 (-0500) Subject: make documentation of copy_triangulation more clear X-Git-Tag: v8.4.0-rc2~285^2~7 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5a95fa23bd0c4355ffe7000fc6373e4b7808c96;p=dealii.git make documentation of copy_triangulation more clear --- diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index 6fb2fca912..77bac72717 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1689,9 +1689,9 @@ public: std::vector get_manifold_ids() const; /** - * Copy a triangulation. This operation is not cheap, so you should be - * careful with using this. We do not implement this function as a copy - * constructor, since it makes it easier to maintain collections of + * Copy @p old_tria to this triangulation. This operation is not cheap, so you + * should be careful with using this. We do not implement this function 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