From: Wolfgang Bangerth Date: Tue, 27 Jul 2010 16:36:29 +0000 (+0000) Subject: Fix documentation. X-Git-Tag: v8.0.0~5764 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=67b73588f83b897a7ca36059e22a16333ca8f31e;p=dealii.git Fix documentation. git-svn-id: https://svn.dealii.org/trunk@21576 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;