From 79ce3d70fa86515b7fd939313592897e68d38f14 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 2 Jan 2013 16:52:26 +0000 Subject: [PATCH] fix typo git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@27895 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_tools.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/multigrid/mg_tools.h b/deal.II/include/deal.II/multigrid/mg_tools.h index 102d1d4e2e..aca7bcfaa1 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -39,7 +39,7 @@ template class BlockSparseMatrix; * This is a collection of functions operating on, and manipulating * the numbers of degrees of freedom in a multilevel triangulation. It * is similar in purpose and function to the @p DoFTools class, but - * operates levels of DoFHandler + * operates on levels of DoFHandler * objects. See there and the documentation of the member functions * for more information. * -- 2.39.5