]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Make it work.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Jan 2010 00:15:38 +0000 (00:15 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 25 Jan 2010 00:15:38 +0000 (00:15 +0000)
git-svn-id: https://svn.dealii.org/trunk@20430 0785d39b-7218-0410-832d-ea1e28bc413d

tests/deal.II/mesh_worker_01.cc

index b9c9a9091b7ebc0791c5b5c002b47c44134533c1..9fe3d084ece29f1607c466bb1c5eb53d39cbec69 100644 (file)
@@ -155,13 +155,13 @@ test_simple(MGDoFHandler<dim>& mgdofs)
   {
     MappingQ1<dim> mapping;
 
-    MeshWorker::IntegrationInfoBox<dim> info_box(mgdofs);
+    MeshWorker::IntegrationInfoBox<dim> info_box(dofs);
     info_box.initialize(integrator, assembler, fe, mapping);
 
     MeshWorker::integration_loop
       <typename Local<dim>::CellInfo,
       typename Local<dim>::FaceInfo>
-      (mgdofs.begin_active(), mgdofs.end(),
+      (dofs.begin_active(), dofs.end(),
        info_box,
        std_cxx1x::bind (&Local<dim>::cell, local, _1),
        std_cxx1x::bind (&Local<dim>::bdry, local, _1),

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.