From 7e98df2beeb405532aa4654b591754401ebbc30d Mon Sep 17 00:00:00 2001 From: Martin Kronbichler Date: Wed, 6 Jan 2016 12:04:56 +0100 Subject: [PATCH] Fix typo --- include/deal.II/multigrid/mg_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/multigrid/mg_base.h b/include/deal.II/multigrid/mg_base.h index 1b3384e81b..346d04d5b4 100644 --- a/include/deal.II/multigrid/mg_base.h +++ b/include/deal.II/multigrid/mg_base.h @@ -119,7 +119,7 @@ public: * and numbering of the fine-grid discretization and of the multi-level * implementation are independent. * - * If you use multigrid for a single PDF or for your complete system of + * If you use multigrid for a single PDE or for your complete system of * equations, you will use MGTransferPrebuilt together with Multigrid. The * vector types used on the fine grid as well as for the multilevel operations * may be Vector or BlockVector. In both cases, MGTransferPrebuilt will -- 2.39.5