From 45c6bf3da3f60be063fc8ac62a38a083f04ce007 Mon Sep 17 00:00:00 2001 From: Bruno Blais Date: Mon, 21 Nov 2022 11:11:15 -0500 Subject: [PATCH] Update include/deal.II/grid/grid_tools_cache.h Co-authored-by: Rene Gassmoeller --- include/deal.II/grid/grid_tools_cache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5