From 5c8728a052da894c183b37145827b33f767c3eb6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 3 Mar 2010 20:57:45 +0000 Subject: [PATCH] Fix comments. Add a TODO. git-svn-id: https://svn.dealii.org/trunk@20734 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/multigrid/mg_transfer_component.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/deal.II/deal.II/include/multigrid/mg_transfer_component.h b/deal.II/deal.II/include/multigrid/mg_transfer_component.h index 2398d07fd0..2d1e1de352 100644 --- a/deal.II/deal.II/include/multigrid/mg_transfer_component.h +++ b/deal.II/deal.II/include/multigrid/mg_transfer_component.h @@ -222,6 +222,7 @@ class MGTransferSelect : public MGTransferBase >, */ virtual ~MGTransferSelect (); +//TODO: rewrite docs; make sure defaulted args are actually allowed /** * Actually build the prolongation * matrices for grouped components. @@ -231,14 +232,14 @@ class MGTransferSelect : public MGTransferBase >, * MGTransferComponentBase. * * @arg selected: Number of the - * component of the global vector + * block of the global vector * to be copied from and to the * multilevel vector. This number * refers to the renumbering by * target_component. * * @arg mg_selected: Number - * of the component for which the + * of the block for which the * transfer matrices should be * built. * -- 2.39.5