From: Wolfgang Bangerth Date: Mon, 22 Oct 2007 21:45:05 +0000 (+0000) Subject: Fix a comment. X-Git-Tag: v8.0.0~9719 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c20eb923555e13d03d3e237010b7c0d32ad90c8;p=dealii.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]; };