From 9c20eb923555e13d03d3e237010b7c0d32ad90c8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 22 Oct 2007 21:45:05 +0000 Subject: [PATCH] Fix a comment. git-svn-id: https://svn.dealii.org/trunk@15366 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_object.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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]; }; -- 2.39.5