- Added . at the end of sentences in the comments.
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;
/**
* 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