]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
add missing argument to implementation
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Oct 2011 02:25:48 +0000 (02:25 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 4 Oct 2011 02:25:48 +0000 (02:25 +0000)
git-svn-id: https://svn.dealii.org/trunk@24521 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/dofs/dof_tools.cc
deal.II/source/dofs/dof_tools.inst.in

index c78b30e51dd230b537b52c15930cba1818ed2660..2de1b6646ef735228a6e34252d27a4e86c66fee7 100644 (file)
@@ -5884,6 +5884,7 @@ namespace DoFTools
     const unsigned int level,
     const bool interior_only,
     const bool boundary_patches,
+    const bool level_boundary_patches,
     const bool single_cell_patches)
   {
     typename DH::cell_iterator cell;
index ab1df6b2e5b1f77abbc12954b089b43d3e2da6b9..d1d29ef355c9930b4d6eeda2245f8d26466dddbf 100644 (file)
@@ -242,7 +242,7 @@ for (deal_II_dimension : DIMENSIONS)
 {
   template
   void DoFTools::make_vertex_patches (SparsityPattern&, const MGDoFHandler<deal_II_dimension>&,
-  unsigned int, bool, bool, bool);
+  unsigned int, bool, bool, bool, bool);
 
 #if deal_II_dimension < 3
 template

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.