]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix compilation (introduced in r28338)
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 15:36:49 +0000 (15:36 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 15:36:49 +0000 (15:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@28382 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/meshworker/dof_info.h

index cf8543169b46b38125f569e5b0a9df32fd50b586..0f5ba9d67df73fad41ac8de783ebbdb8456230dc 100644 (file)
@@ -311,11 +311,11 @@ namespace MeshWorker
   {
     indices.resize(c->get_fe().dofs_per_cell);
     if (block_info == 0 || block_info->local().size() == 0)
-      c->dof_indices(indices);
+      c->get_active_or_mg_dof_indices(indices);
     else
       {
         indices_org.resize(c->get_fe().dofs_per_cell);
-        c->dof_indices(indices_org);
+        c->get_active_or_mg_dof_indices(indices_org);
         set_block_indices();
       }
   }

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.