From 5e144981317a0920c3b6caa7964de46cbb79a72f Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 4 Oct 2011 02:25:48 +0000 Subject: [PATCH] add missing argument to implementation git-svn-id: https://svn.dealii.org/trunk@24521 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/source/dofs/dof_tools.cc | 1 + deal.II/source/dofs/dof_tools.inst.in | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.5