From efa2d6ceeb5c8de1ece076cc30745a6e7372ea01 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 13 Aug 2012 13:59:24 +0000 Subject: [PATCH] Adjust signature of function in header file. git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25937 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/multigrid/mg_tools.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/deal.II/include/deal.II/multigrid/mg_tools.h b/deal.II/include/deal.II/multigrid/mg_tools.h index b1695498e0..d968ab4c28 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -173,11 +173,11 @@ namespace MGTools * for each block (access is * result[level][block]). */ - template + template void - count_dofs_per_block (const MGDoFHandler &mg_dof, - std::vector > &result, - std::vector target_block = std::vector()); + count_dofs_per_block (const DH& dof_handler, + std::vector >& dofs_per_block, + std::vector target_block); /** * Count the dofs component-wise -- 2.39.5