]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Re-add an accidentally lost default argument.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 14:50:54 +0000 (14:50 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 13 Aug 2012 14:50:54 +0000 (14:50 +0000)
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

index d968ab4c28d7736c3726462b508cccde23451717..7d75c6a062a959872c7869ab9a5ee4fb80eba5af 100644 (file)
@@ -177,7 +177,7 @@ namespace MGTools
   void
   count_dofs_per_block (const DH&     dof_handler,
                        std::vector<std::vector<unsigned int> >& dofs_per_block,
-                       std::vector<unsigned int>  target_block);
+                       std::vector<unsigned int>  target_block = std::vector<unsigned int>());
 
                                    /**
                                     * Count the dofs component-wise

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.