From: bangerth Date: Mon, 25 Jan 2010 00:15:38 +0000 (+0000) Subject: Make it work. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc38af757b3e3c83536467b8faf6f529306ed701;p=dealii-svn.git Make it work. git-svn-id: https://svn.dealii.org/trunk@20430 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/deal.II/mesh_worker_01.cc b/tests/deal.II/mesh_worker_01.cc index b9c9a9091b..9fe3d084ec 100644 --- a/tests/deal.II/mesh_worker_01.cc +++ b/tests/deal.II/mesh_worker_01.cc @@ -155,13 +155,13 @@ test_simple(MGDoFHandler& mgdofs) { MappingQ1 mapping; - MeshWorker::IntegrationInfoBox info_box(mgdofs); + MeshWorker::IntegrationInfoBox info_box(dofs); info_box.initialize(integrator, assembler, fe, mapping); MeshWorker::integration_loop ::CellInfo, typename Local::FaceInfo> - (mgdofs.begin_active(), mgdofs.end(), + (dofs.begin_active(), dofs.end(), info_box, std_cxx1x::bind (&Local::cell, local, _1), std_cxx1x::bind (&Local::bdry, local, _1),