]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix test in 64bit mode 796/head
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 14 Apr 2015 09:23:00 +0000 (11:23 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Tue, 14 Apr 2015 09:23:00 +0000 (11:23 +0200)
tests/hp/solution_transfer_12.cc

index c2e29e3fda2de58b9294107193c0b98659c1f45b..99d32c0db6ce1c74330df5be3fc1bc4b73aaaddd 100644 (file)
@@ -124,7 +124,7 @@ void transfer(std::ostream &out)
     quad.push_back (QTrapez<dim> ());
     hp::FEValues<dim> hp_fe_val (fe_q, quad, update_values |
                                  update_quadrature_points);
-    std::vector<unsigned int> local_dof_indices;
+    std::vector<types::global_dof_index> local_dof_indices;
     typename hp::DoFHandler<dim>::active_cell_iterator
     cell = q_dof_handler.begin_active(),
     endc = q_dof_handler.end();

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.