From 4a29fc02c8394f82097c8887254f3edf082b7db4 Mon Sep 17 00:00:00 2001 From: kanschat Date: Fri, 3 Jan 2014 11:47:30 +0000 Subject: [PATCH] Make new function default git-svn-id: https://svn.dealii.org/trunk@32143 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/meshworker/loop.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/deal.II/include/deal.II/meshworker/loop.h b/deal.II/include/deal.II/meshworker/loop.h index 7d484ad553..3aaaa7a4b0 100644 --- a/deal.II/include/deal.II/meshworker/loop.h +++ b/deal.II/include/deal.II/meshworker/loop.h @@ -409,7 +409,7 @@ namespace MeshWorker typename INFOBOX::CellInfo &, typename INFOBOX::CellInfo &)> &face_worker, ASSEMBLER &assembler, - const LoopControl &lctrl) + const LoopControl &lctrl = LoopControl()) { DoFInfoBox dof_info(dinfo); @@ -451,7 +451,7 @@ namespace MeshWorker typename INFOBOX::CellInfo &, typename INFOBOX::CellInfo &)> &face_worker, ASSEMBLER &assembler, - bool cells_first = true, + bool cells_first, bool unique_faces_only = true) DEAL_II_DEPRECATED; template @@ -495,7 +495,7 @@ namespace MeshWorker IntegrationInfo &, IntegrationInfo &)> &face_worker, ASSEMBLER &assembler, - bool cells_first = true) DEAL_II_DEPRECATED; + bool cells_first) DEAL_II_DEPRECATED; template @@ -540,7 +540,7 @@ namespace MeshWorker IntegrationInfoBox &box, const LocalIntegrator &integrator, ASSEMBLER &assembler, - bool cells_first = true) + bool cells_first) DEAL_II_DEPRECATED; template @@ -550,7 +550,7 @@ DEAL_II_DEPRECATED; IntegrationInfoBox &box, const LocalIntegrator &integrator, ASSEMBLER &assembler, - bool cells_first = true) + bool cells_first) { std_cxx1x::function&, IntegrationInfo&)> cell_worker; std_cxx1x::function&, IntegrationInfo&)> boundary_worker; @@ -585,7 +585,7 @@ DEAL_II_DEPRECATED; IntegrationInfoBox &box, const LocalIntegrator &integrator, ASSEMBLER &assembler, - const LoopControl &lctrl) + const LoopControl &lctrl = LoopControl()) { std_cxx1x::function&, IntegrationInfo&)> cell_worker; std_cxx1x::function&, IntegrationInfo&)> boundary_worker; -- 2.39.5