From dc38af757b3e3c83536467b8faf6f529306ed701 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 25 Jan 2010 00:15:38 +0000 Subject: [PATCH] Make it work. git-svn-id: https://svn.dealii.org/trunk@20430 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/deal.II/mesh_worker_01.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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), -- 2.39.5