From 86732c59c78c476084642ab6686e7d0c4931de43 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Thu, 28 Feb 2019 16:55:20 +0800 Subject: [PATCH] minor fix on documentation to enum Triangulation::MeshSmoothing --- 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 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 -- 2.39.5