From 60bb27595333b374f1995343752445bbc982abfc Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 13 Aug 2012 14:50:54 +0000 Subject: [PATCH] Re-add an accidentally lost default argument. git-svn-id: https://svn.dealii.org/branches/branch_merge_mg_into_dof_handler@25945 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 d968ab4c28..7d75c6a062 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -177,7 +177,7 @@ namespace MGTools void count_dofs_per_block (const DH& dof_handler, std::vector >& dofs_per_block, - std::vector target_block); + std::vector target_block = std::vector()); /** * Count the dofs component-wise -- 2.39.5