]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fixed JPs comments. 6248/head
authorLuca Heltai <luca.heltai@sissa.it>
Sat, 14 Apr 2018 15:54:33 +0000 (17:54 +0200)
committerLuca Heltai <luca.heltai@sissa.it>
Sat, 14 Apr 2018 16:44:58 +0000 (18:44 +0200)
doc/news/changes/minor/20180414LucaHeltai
include/deal.II/grid/tria.h

index ef21dc4d886a6546aea14d3fbdaa0494b136d27c..ad3fcaa85f6f50ac6c46b4b7f6c657fecd5a4d59 100644 (file)
@@ -1,6 +1,6 @@
-New: Introduced Triangulation::reset_manifold(), as a substituted for Triangulation::set_manifold()
-with a single argument. The set_manifold() method with one argument only was used to reset the manifold
-object. This method is now deprecated, in favour of the new, more esplicative, method. 
+New: Introduced Triangulation::reset_manifold(), as a substitute for Triangulation::set_manifold()
+with only one argument. The set_manifold() method with one argument only was used to reset the manifold
+object. This method is now deprecated, in favor of the new, more explicative, method. 
 An additional Triangulation::reset_all_manifolds() method has been added to remove all manifold 
 objects from the triangulation.
 <br>
index ab771267cd0e81ec819eb40f8e23949967cb8d0c..c6a0eea3dafdc2167f4df6ede47fd92ddb945605 100644 (file)
@@ -1785,23 +1785,24 @@ public:
   void set_manifold (const types::manifold_id number);
 
   /**
-   * Reset those parts of the triangulation with the given manifold_id
-   * to use a FlatManifold object. This is the default state of a
-   * non-curved triangulation, and undoes assignment of a different
-   * Manifold object by the function Triangulation::set_manifold()
+   * Reset those parts of the triangulation with the given
+   * @p manifold_number to use a FlatManifold object. This is the
+   * default state of a non-curved triangulation, and undoes
+   * assignment of a different Manifold object by the function
+   * Triangulation::set_manifold().
    *
    * @ingroup manifold
    *
    * @see
    * @ref GlossManifoldIndicator "Glossary entry on manifold indicators"
    */
-  void reset_manifold (const types::manifold_id number);
+  void reset_manifold (const types::manifold_id manifold_number);
 
   /**
-   * Reset all parts of the trianuglation, regardless of their
+   * Reset all parts of the triangulation, regardless of their
    * manifold_id, to use a FlatManifold object. This undoes assignment
    * of all Manifold objects by the function
-   * Triangulation::set_manifold()
+   * Triangulation::set_manifold().
    *
    * @ingroup manifold
    *

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.