From: Wolfgang Bangerth Date: Tue, 22 May 2018 14:58:12 +0000 (-0500) Subject: Fix a grammar mistaks. X-Git-Tag: v9.1.0-rc1~1114^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F6630%2Fhead;p=dealii.git Fix a grammar mistaks. --- 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