From: bangerth Date: Mon, 13 Aug 2012 14:50:54 +0000 (+0000) Subject: Re-add an accidentally lost default argument. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60bb27595333b374f1995343752445bbc982abfc;p=dealii-svn.git 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 --- 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