From a03479728e0e87ace1ea82f367c8ee76acae37b3 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 22 May 2018 09:58:12 -0500 Subject: [PATCH] Fix a grammar mistaks. --- include/deal.II/grid/grid_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 17d0d10237..a2f9ccc00f 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -771,7 +771,7 @@ namespace GridTools * `mapping` argument. * * In serial and parallel::shared triangulations the size of the returned map - * equals Triangulation::n_used_vertices(), (not Triangulation::n_vertices()). + * equals Triangulation::n_used_vertices() (not Triangulation::n_vertices()). * Note that in parallel::distributed triangulations only vertices in locally * owned cells and ghost cells are returned, as for all other vertices their * real location might not be known (e.g. for distributed computations using -- 2.39.5