From: Bruno Blais Date: Mon, 21 Nov 2022 16:11:15 +0000 (-0500) Subject: Update include/deal.II/grid/grid_tools_cache.h X-Git-Tag: v9.5.0-rc1~830^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45c6bf3da3f60be063fc8ac62a38a083f04ce007;p=dealii.git Update include/deal.II/grid/grid_tools_cache.h Co-authored-by: Rene Gassmoeller --- diff --git a/include/deal.II/grid/grid_tools_cache.h b/include/deal.II/grid/grid_tools_cache.h index 7b44dbda1d..9a25521f58 100644 --- a/include/deal.II/grid/grid_tools_cache.h +++ b/include/deal.II/grid/grid_tools_cache.h @@ -301,7 +301,7 @@ namespace GridTools /** * Store an std::map of unsigned integer containing - * the set of subdomains connected to each vertices + * the set of subdomains connected to each vertex. */ mutable std::map> vertices_with_ghost_neighbors;