From d5a95fa23bd0c4355ffe7000fc6373e4b7808c96 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Mon, 12 Oct 2015 23:13:15 -0500 Subject: [PATCH] make documentation of copy_triangulation more clear --- include/deal.II/grid/tria.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.5