From: Guido Kanschat Date: Fri, 3 Jan 2014 11:47:30 +0000 (+0000) Subject: Make new function default X-Git-Tag: v8.2.0-rc1~1089 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f4857dd3d66e11b7a2d1c01beceea22368d062b5;p=dealii.git Make new function default git-svn-id: https://svn.dealii.org/trunk@32143 0785d39b-7218-0410-832d-ea1e28bc413d --- 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;