From 908259339647aa9f37297dae3707ae039c082462 Mon Sep 17 00:00:00 2001 From: Mario Ohlberger <mario@dune-project.org> Date: Thu, 29 Sep 2005 08:13:27 +0000 Subject: [PATCH] small typos in comment [[Imported from SVN: r2979]] --- grid/common/leafindexset.hh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grid/common/leafindexset.hh b/grid/common/leafindexset.hh index 865863de2..82bf872a1 100644 --- a/grid/common/leafindexset.hh +++ b/grid/common/leafindexset.hh @@ -322,7 +322,7 @@ namespace Dune { void print (const char * msg, bool oldtoo = false ) const; - }; // end of class AdaptiveLeafIndexSet + }; // end of class //****************************************************************** // @@ -331,9 +331,9 @@ namespace Dune { // //****************************************************************** /*! - This index set generates and consecutive leaf index out of the unique + This index set generates a consecutive leaf index out of the unique global index of each entity. This index set can be used instead of the - default grid index sets an can be generated for each grid implementation. + default grid index sets and can be generated for each grid implementation. Note that only codim = 0 is working at the moment. -- GitLab