From 9d37e21cfd87bf3fe1b5d8292c132dc3a518a156 Mon Sep 17 00:00:00 2001 From: Juliane Dannberg Date: Wed, 5 Aug 2015 22:22:08 -0500 Subject: [PATCH] fix typo --- include/deal.II/multigrid/multigrid.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/multigrid/multigrid.h b/include/deal.II/multigrid/multigrid.h index 68e1154815..5a2aa5e8d9 100644 --- a/include/deal.II/multigrid/multigrid.h +++ b/include/deal.II/multigrid/multigrid.h @@ -185,11 +185,11 @@ public: void set_maxlevel (const unsigned int); /** - * Set the coarse level for which the multilevel method is performed. By + * Set the coarsest level for which the multilevel method is performed. By * default, this is zero. Accepted are non-negative values not larger than - * than the current #maxlevel. + * the current #maxlevel. * - * If relative ist true, then this function determins the + * If relative is true, then this function determines the * number of levels used, that is, it sets #minlevel to * #maxlevel-level. * -- 2.39.5