From b2c2b239d1c152774116d6883d9fb7fc7ab29ad8 Mon Sep 17 00:00:00 2001 From: Mario Ohlberger <mario@dune-project.org> Date: Thu, 29 Sep 2005 08:16:48 +0000 Subject: [PATCH] changed comment [[Imported from SVN: r2980]] --- grid/albertagrid.hh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/grid/albertagrid.hh b/grid/albertagrid.hh index b838d44e3..e62df162a 100644 --- a/grid/albertagrid.hh +++ b/grid/albertagrid.hh @@ -854,10 +854,10 @@ namespace Dune // --AlbertaGridIntersectionIterator // --IntersectionIterator /*! - Mesh entities of codimension 0 ("elements") allow to visit all neighbors, wh - a neighbor is an entity of codimension 0 which has a common entity of codimens - These neighbors are accessed via a IntersectionIterator. This allows the implement - non-matching meshes. The number of neigbors may be different from the number o + Mesh entities of codimension 0 ("elements") allow to visit all neighbors, where + a neighbor is an entity of codimension 0 which has a common entity of codimension 1 + These neighbors are accessed via a IntersectionIterator. This allows the implementation of + non-matching meshes. The number of neigbors may be different from the number of faces of an element! */ template<class GridImp> -- GitLab