]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing parameter
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 04:39:17 +0000 (04:39 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 30 Oct 2011 04:39:17 +0000 (04:39 +0000)
git-svn-id: https://svn.dealii.org/trunk@24694 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/block_list_02.cc

index c925707d94fa97102e637e5bd4e6aaa8a9085ea4..2ee211b6e63fa4630ab7b51b6ba7c46a22d95b04 100644 (file)
@@ -63,7 +63,7 @@ test_block_list(const Triangulation<dim>& tr, const FiniteElement<dim>& fe)
   {
     deallog.push("ttt");
     SparsityPattern bl;
-    DoFTools::make_vertex_patches(bl, dof, level, true, true, true);
+    DoFTools::make_vertex_patches(bl, dof, level, true, true, true, true);
     bl.compress();
     print_patches(bl);
     deallog.pop();
@@ -90,7 +90,7 @@ test_block_list(const Triangulation<dim>& tr, const FiniteElement<dim>& fe)
   {
     deallog.push("ftt");
     SparsityPattern bl;
-    DoFTools::make_vertex_patches(bl, dof, level, false, true, true);
+    DoFTools::make_vertex_patches(bl, dof, level, false, true, true, true);
     bl.compress();
     print_patches(bl);
     deallog.pop();

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.