]> https://gitweb.dealii.org/ - dealii.git/commitdiff
function signature changed
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 29 Jan 2006 20:44:27 +0000 (20:44 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Sun, 29 Jan 2006 20:44:27 +0000 (20:44 +0000)
git-svn-id: https://svn.dealii.org/trunk@12206 0785d39b-7218-0410-832d-ea1e28bc413d

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

index d30e21f6b112014d39465537c6e3172e161cd1f5..ecc63f0669bf4320255b71b30c9654c1861d803e 100644 (file)
@@ -962,11 +962,12 @@ MGTools::count_dofs_per_component (
              void (*fun_ptr) (const unsigned int       level,
                               const MGDoFHandler<dim>    &,
                               const std::vector<bool>    &,
-                              std::vector<bool>          &)
+                              std::vector<bool>          &,
+                              bool)
                = &DoFTools::template extract_level_dofs<dim>;
              component_select[i][i] = true;
              threads += Threads::spawn (fun_ptr)(l, dof_handler, component_select[i],
-                                                  dofs_in_component[i]);
+                                                  dofs_in_component[i], false);
            }
          threads.join_all();
 

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.