From: deal Date: Tue, 31 Aug 2004 22:44:35 +0000 (+0000) Subject: Reindent. Fix a typo. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8652b490aa79331922969812782ec9f68244e3d7;p=dealii-svn.git Reindent. Fix a typo. git-svn-id: https://svn.dealii.org/trunk@9602 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_dof_tools.h b/deal.II/deal.II/include/multigrid/mg_dof_tools.h index bdfce7388e..7c2a46105a 100644 --- a/deal.II/deal.II/include/multigrid/mg_dof_tools.h +++ b/deal.II/deal.II/include/multigrid/mg_dof_tools.h @@ -185,6 +185,7 @@ class MGTools const std::vector& selected = std::vector(), const std::vector& target_component = std::vector()); + /** * Adjust vectors on all levels * to correct size. Count the @@ -207,7 +208,7 @@ class MGTools * * The argument * @p target_component allows to - * re-sort and groupt components + * re-sort and group components * as in * DoFRenumbering::component_wise. */