From: bangerth Date: Mon, 13 Aug 2012 13:59:24 +0000 (+0000) Subject: Adjust signature of function in header file. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efa2d6ceeb5c8de1ece076cc30745a6e7372ea01;p=dealii-svn.git 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 --- 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