From f052178d6ddc607a491cfab0990ff352faa3a807 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 14 Oct 2018 21:33:53 -0600 Subject: [PATCH] Improve wording of a doc string. --- include/deal.II/grid/tria.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h index e3576577a4..85318d738f 100644 --- a/include/deal.II/grid/tria.h +++ b/include/deal.II/grid/tria.h @@ -1484,8 +1484,8 @@ public: do_not_produce_unrefined_islands), /** - * This flag includes all the above ones and therefore combines all - * smoothing algorithms implemented with the exception of anisotropic + * This flag includes all the above ones (therefore combines all + * smoothing algorithms implemented), with the exception of anisotropic * smoothing. */ maximum_smoothing = 0xffff ^ allow_anisotropic_smoothing -- 2.39.5