]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix fe/fe_enriched_step-36b for 64bit indices 3977/head
authorDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 15 Feb 2017 09:24:37 +0000 (10:24 +0100)
committerDaniel Arndt <daniel.arndt@iwr.uni-heidelberg.de>
Wed, 15 Feb 2017 09:25:16 +0000 (10:25 +0100)
tests/fe/fe_enriched_step-36b.cc

index d80d5e14871597a879b6c3a5a086c62a1404c566..7971f05794cfda3cc47b5fcd7bddfb8b5fb7aa80 100644 (file)
@@ -367,7 +367,7 @@ namespace Step36
   void
   EigenvalueProblem<dim>::constrain_pou_dofs()
   {
-    std::vector<unsigned int> local_face_dof_indices(fe_collection[pou_fe_index].dofs_per_face);
+    std::vector<types::global_dof_index> local_face_dof_indices(fe_collection[pou_fe_index].dofs_per_face);
     for (typename hp::DoFHandler<dim>::active_cell_iterator
          cell = dof_handler.begin_active();
          cell != dof_handler.end(); ++cell)

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.