From be3795ba960a86c63dda19c59d0a5829876ba88a Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 21 Mar 2006 21:58:46 +0000 Subject: [PATCH] Doc updates. git-svn-id: https://svn.dealii.org/trunk@12649 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria.h | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria.h b/deal.II/deal.II/include/grid/tria.h index d55b9361d9..798d4c2983 100644 --- a/deal.II/deal.II/include/grid/tria.h +++ b/deal.II/deal.II/include/grid/tria.h @@ -1172,6 +1172,11 @@ class Triangulation : public Subscriptor */ static const StraightBoundary *straight_boundary; + /** + * An internal typedef to make + * the definition of the iterator + * classes simpler. + */ typedef internal::TriaIteratorSelector IteratorSelector; public: @@ -1284,9 +1289,9 @@ class Triangulation : public Subscriptor static const unsigned int dimension = dim; /** - * Create a triangulation and create - * the first level of the hierarchy. - * Do not create any cells. + * Create an empty + * triangulation. Do not create + * any cells. */ Triangulation (const MeshSmoothing smooth_grid = none); @@ -2199,7 +2204,6 @@ class Triangulation : public Subscriptor /** * Return an iterator pointing to the last * line of the level @p level, used or not. - */ raw_line_iterator last_raw_line (const unsigned int level) const; @@ -2269,8 +2273,7 @@ class Triangulation : public Subscriptor * iterators with past-the-end or * before-the-beginning states. */ - raw_quad_iterator - end_quad () const; + raw_quad_iterator end_quad () const; /** * Return an iterator which is the first -- 2.39.5