From: Peter Munch Date: Mon, 20 Jul 2020 12:42:04 +0000 (+0200) Subject: Fix typo X-Git-Tag: v9.3.0-rc1~1269^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7950a8a13a307f5d46b5312535b0331a71c02f67;p=dealii.git Fix typo --- 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