From: Bruno Date: Mon, 26 Oct 2020 15:12:03 +0000 (-0400) Subject: - Fixed formatting of comments X-Git-Tag: v9.3.0-rc1~958^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01094ba999ea35959e2fe03f330dfad3bdb5e92d;p=dealii.git - Fixed formatting of comments - Added . at the end of sentences in the comments. --- diff --git a/include/deal.II/grid/grid_tools_cache.h b/include/deal.II/grid/grid_tools_cache.h index f61b1f3403..c575240bcd 100644 --- a/include/deal.II/grid/grid_tools_cache.h +++ b/include/deal.II/grid/grid_tools_cache.h @@ -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> & 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> vertex_to_neighbor_subdomain;