From 3bc40722c836efc9496d5e138242d9ba36c92a94 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 1 May 2019 13:48:36 -0600 Subject: [PATCH] Fix a typo. --- include/deal.II/grid/grid_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 05f6b4a835..bb756b730d 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -1102,7 +1102,8 @@ namespace GridTools * only search among @p marked_vertices for the closest vertex. * The size of this array should be equal to n_vertices() of the * triangulation (as opposed to n_used_vertices() ). - * @return An pair of an iterators into the mesh that points to the + * + * @return A pair of an iterators into the mesh that points to the * surrounding cell, and of the coordinates of that point inside the cell in * the reference coordinates of that cell. This local position might be * located slightly outside an actual unit cell, due to numerical roundoff. -- 2.39.5