From f42a96f99e91429fc23833794685140879ecb452 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 25 Nov 2005 09:26:27 +0000 Subject: [PATCH] fix some documentation git-svn-id: https://svn.dealii.org/trunk@11788 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_level_object.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/deal.II/include/multigrid/mg_level_object.h b/deal.II/deal.II/include/multigrid/mg_level_object.h index 711b13881d..18fe2696f8 100644 --- a/deal.II/deal.II/include/multigrid/mg_level_object.h +++ b/deal.II/deal.II/include/multigrid/mg_level_object.h @@ -24,15 +24,15 @@ /** * An array with an object for each level. The purpose of this class - * is mostly to allow access by level number, even if the lower levels - * are not used and therefore have no object at all; this is done by - * simply shifting the given index by the minimum level we have - * stored. + * is mostly to store objects and allow access by level number, even + * if the lower levels are not used and therefore have no object at + * all; this is done by simply shifting the given index by the minimum + * level we have stored. * * In most cases, the objects which are stored on each levels, are * either matrices or vectors. * - * @author Wolfgang Bangerth, Guido Kanschat, 1999 + * @author Wolfgang Bangerth, Guido Kanschat, 1999, 2005 */ template class MGLevelObject : public Subscriptor @@ -88,7 +88,7 @@ class MGLevelObject : public Subscriptor void clear(); /** - * @brief Coarsest level for multigrid. + * Coarsest level for multigrid. */ unsigned int get_minlevel () const; -- 2.39.5