From 67b73588f83b897a7ca36059e22a16333ca8f31e Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 27 Jul 2010 16:36:29 +0000 Subject: [PATCH] Fix documentation. git-svn-id: https://svn.dealii.org/trunk@21576 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index 52b1ce1a03..39265fd4bd 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1178,9 +1178,9 @@ namespace internal * *
  • @p eliminate_unrefined_islands: * For each cell we count the number of neighbors which are refined or - * flagged for refinement. If this exceeds the total number of neighbors - * (which is the number of faces minus the number of faces of this cell - * which are located on the boundary), then this cell is flagged for + * flagged for refinement. If this exceeds the number of neighbors + * which are not refined and not flagged for refinement, then the current + * cell is flagged for * refinement. Since this may lead to cells on the same level which also * will need refinement, we will need additional loops of regularization * and smoothing over all cells until nothing changes any more. @@ -1286,7 +1286,7 @@ class Triangulation : public Subscriptor typedef typename IteratorSelector::CellAccessor cell_accessor; typedef typename IteratorSelector::FaceAccessor face_accessor; - + typedef typename IteratorSelector::raw_line_iterator raw_line_iterator; typedef typename IteratorSelector::line_iterator line_iterator; typedef typename IteratorSelector::active_line_iterator active_line_iterator; -- 2.39.5