From a12611aa5896cf927adc1a68143d03984d364de4 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 5 Mar 2006 03:06:46 +0000 Subject: [PATCH] Small doc update. git-svn-id: https://svn.dealii.org/trunk@12533 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 24147ef651..f82ea4ea06 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -599,8 +599,8 @@ class TriaObjectAccessor : public TriaAccessor bool has_children () const; /** - * Return the number of - * children of this cell. + * Return the number of immediate + * children of this object. */ unsigned int n_children() const; @@ -1083,8 +1083,8 @@ class TriaObjectAccessor<1, dim> : public TriaAccessor bool has_children () const; /** - * Return the number of - * children of this cell. + * Return the number of immediate + * children of this object. */ unsigned int n_children() const; @@ -1569,8 +1569,8 @@ class TriaObjectAccessor<2, dim> : public TriaAccessor bool has_children () const; /** - * Return the number of - * children of this cell. + * Return the number of immediate + * children of this object. */ unsigned int n_children() const; @@ -2097,8 +2097,8 @@ class TriaObjectAccessor<3, dim> : public TriaAccessor bool has_children () const; /** - * Return the number of - * children of this cell. + * Return the number of immediate + * children of this object. */ unsigned int n_children() const; -- 2.39.5