From: Wolfgang Bangerth Date: Sun, 5 Mar 2006 03:06:46 +0000 (+0000) Subject: Small doc update. X-Git-Tag: v8.0.0~12152 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a12611aa5896cf927adc1a68143d03984d364de4;p=dealii.git Small doc update. git-svn-id: https://svn.dealii.org/trunk@12533 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;