]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fixed the name of a vector
authorBaerbel Jannsen <baerbel.janssen@gmail.com>
Fri, 5 Feb 2010 15:09:50 +0000 (15:09 +0000)
committerBaerbel Jannsen <baerbel.janssen@gmail.com>
Fri, 5 Feb 2010 15:09:50 +0000 (15:09 +0000)
git-svn-id: https://svn.dealii.org/trunk@20509 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/source/multigrid/mg_dof_tools.cc

index 8e29117b8ff99dc476706b31f5e20677e772787b..7c569f2175a3b0f9c87dc459c0af1b2a3cac47da 100644 (file)
@@ -1071,7 +1071,7 @@ MGTools::count_dofs_per_block (
       std::vector<std::vector<bool> >
        dofs_in_block (n_blocks, std::vector<bool>(dof_handler.n_dofs(l), false));
       std::vector<std::vector<bool> >
-       dofs_in_block (n_blocks, std::vector<bool>(n_blocks, false));
+       block_select (n_blocks, std::vector<bool>(n_blocks, false));
       Threads::TaskGroup<> tasks;
       for (unsigned int i=0; i<n_blocks; ++i)
        {

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.