From 2f52677f7ed1ee3e580973894c382f27913cc5fb Mon Sep 17 00:00:00 2001 From: deal Date: Tue, 31 Aug 2004 22:44:35 +0000 Subject: [PATCH] Reindent. Fix a typo. git-svn-id: https://svn.dealii.org/trunk@9602 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_dof_tools.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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. */ -- 2.39.5