From: Timo Heister Date: Fri, 8 Sep 2017 13:31:51 +0000 (-0400) Subject: fix tests/meshworker/step-11-mesh_loop X-Git-Tag: v9.0.0-rc1~1105^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5048%2Fhead;p=dealii.git fix tests/meshworker/step-11-mesh_loop --- diff --git a/tests/meshworker/step-11-mesh_loop.cc b/tests/meshworker/step-11-mesh_loop.cc index cc871f9d8a..ffc075ff0f 100644 --- a/tests/meshworker/step-11-mesh_loop.cc +++ b/tests/meshworker/step-11-mesh_loop.cc @@ -296,7 +296,7 @@ namespace Step11 copier, ScratchData(mapping, fe, gauss_degree), CopyData(), - MeshWorker::assemble_own_cells | MeshWorker::assemble_boundary_faces | MeshWorker::cells_first, + MeshWorker::assemble_own_cells | MeshWorker::assemble_boundary_faces, boundary_worker);