From: Lei Qiao <qiaol618@gmail.com>
Date: Thu, 28 Feb 2019 08:55:20 +0000 (+0800)
Subject: minor fix on documentation to enum Triangulation::MeshSmoothing
X-Git-Tag: v9.1.0-rc1~316^2
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=86732c59c78c476084642ab6686e7d0c4931de43;p=dealii.git

minor fix on documentation to enum Triangulation::MeshSmoothing
---

diff --git a/include/deal.II/grid/tria.h b/include/deal.II/grid/tria.h
index 45e90441ff..70e06728e4 100644
--- a/include/deal.II/grid/tria.h
+++ b/include/deal.II/grid/tria.h
@@ -1327,7 +1327,7 @@ public:
      *
      * If the smoothing indicator given to the constructor contains the bit
      * for #limit_level_difference_at_vertices, situations as the above one
-     * are eliminated by also marking the lower left cell for refinement.
+     * are eliminated by also marking the upper right cell for refinement.
      *
      * In case of anisotropic refinement, the level of a cell is not linked to
      * the refinement of a cell as directly as in case of isotropic