From: Guido Kanschat Date: Tue, 4 Oct 2011 02:25:48 +0000 (+0000) Subject: add missing argument to implementation X-Git-Tag: v8.0.0~3297 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e144981317a0920c3b6caa7964de46cbb79a72f;p=dealii.git add missing argument to implementation git-svn-id: https://svn.dealii.org/trunk@24521 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/dofs/dof_tools.cc b/deal.II/source/dofs/dof_tools.cc index c78b30e51d..2de1b6646e 100644 --- a/deal.II/source/dofs/dof_tools.cc +++ b/deal.II/source/dofs/dof_tools.cc @@ -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; diff --git a/deal.II/source/dofs/dof_tools.inst.in b/deal.II/source/dofs/dof_tools.inst.in index ab1df6b2e5..d1d29ef355 100644 --- a/deal.II/source/dofs/dof_tools.inst.in +++ b/deal.II/source/dofs/dof_tools.inst.in @@ -242,7 +242,7 @@ for (deal_II_dimension : DIMENSIONS) { template void DoFTools::make_vertex_patches (SparsityPattern&, const MGDoFHandler&, - unsigned int, bool, bool, bool); + unsigned int, bool, bool, bool, bool); #if deal_II_dimension < 3 template