From: bangerth Date: Mon, 22 Oct 2007 21:45:05 +0000 (+0000) Subject: Fix a comment. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb15d599cf529e4350a42b948f67c97bb2e25eb6;p=dealii-svn.git Fix a comment. git-svn-id: https://svn.dealii.org/trunk@15366 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/grid/tria_object.h b/deal.II/deal.II/include/grid/tria_object.h index 8b54435b87..657738423f 100644 --- a/deal.II/deal.II/include/grid/tria_object.h +++ b/deal.II/deal.II/include/grid/tria_object.h @@ -100,8 +100,11 @@ namespace internal protected: /** - * Global indices of the two end - * points. + * Global indices of the + * face iterators bounding + * this cell if dim@>1, and + * the two vertex indices in + * 1d. */ int faces[GeometryInfo::faces_per_cell]; };