]> https://gitweb.dealii.org/ - dealii.git/commitdiff
- Fixed formatting of comments
authorBruno <blais.bruno@gmail.com>
Mon, 26 Oct 2020 15:12:03 +0000 (11:12 -0400)
committerBruno Blais <blais.bruno@gmail.com>
Wed, 28 Oct 2020 12:31:15 +0000 (08:31 -0400)
- Added . at the end of sentences in the comments.

include/deal.II/grid/grid_tools_cache.h

index f61b1f3403fe451bf0024ce7354bf32a4de1279c..c575240bcde7943ae608aed0a5f71565392ebb7b 100644 (file)
@@ -153,10 +153,11 @@ namespace GridTools
     get_locally_owned_cell_bounding_boxes_rtree() const;
 
 
-    /** Returns the vector of set of integer containing the subdomain id
+    /**
+     * Returns the vector of set of integer containing the subdomain id
      * to which each vertex is connected to. This feature is used extensively
      * in the particle_handler to detect on which processors ghost particles
-     * must be built
+     * must be built.
      */
     const std::vector<std::set<unsigned int>> &
     get_vertex_to_neighbor_subdomain() const;
@@ -281,7 +282,7 @@ namespace GridTools
 
     /**
      * Store an std::vector of std::set of integer containing the id of all
-     * subdomain to which a vertex is connected to
+     * subdomain to which a vertex is connected to.
      */
     mutable std::vector<std::set<unsigned int>> vertex_to_neighbor_subdomain;
 

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.