From: bangerth Date: Wed, 9 Jul 2014 17:10:47 +0000 (+0000) Subject: Minor edits. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb26cee22e50a36dc9149120cfbf0ef57813e715;p=dealii-svn.git Minor edits. git-svn-id: https://svn.dealii.org/branches/branch_manifold_id_intermediate@33128 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/grid/tria.h b/deal.II/include/deal.II/grid/tria.h index 1d98ed3e9b..02aace0f8b 100644 --- a/deal.II/include/deal.II/grid/tria.h +++ b/deal.II/include/deal.II/grid/tria.h @@ -1920,8 +1920,8 @@ public: * * Keep in mind that this function also copies the pointer to the * boundary descriptor previously set by the @p set_boundary - * function and to the Manifold object previously set by the @p - * set_manifold function. You must therefore also guarantee that + * function and to the Manifold object previously set by the + * set_manifold() function. You must therefore also guarantee that * the boundary and manifold objects have a lifetime at least as * long as the copied triangulation. *