From 01094ba999ea35959e2fe03f330dfad3bdb5e92d Mon Sep 17 00:00:00 2001 From: Bruno Date: Mon, 26 Oct 2020 11:12:03 -0400 Subject: [PATCH] - Fixed formatting of comments - Added . at the end of sentences in the comments. --- include/deal.II/grid/grid_tools_cache.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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; -- 2.39.5