From 7950a8a13a307f5d46b5312535b0331a71c02f67 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Mon, 20 Jul 2020 14:42:04 +0200 Subject: [PATCH] Fix typo --- include/deal.II/grid/tria.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index ba6d59837a..dfda9e6553 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1269,7 +1269,7 @@ public: * * Actually there are two versions of this flag, * #eliminate_refined_inner_islands and - * #eliminate_refined_boundary_islands. There first eliminates islands + * #eliminate_refined_boundary_islands. The first eliminates islands * defined by the definition above which are in the interior of the * domain, while the second eliminates only those islands if the cell is * at the boundary. The reason for this split of flags is that one often -- 2.39.5