]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test with 64bit
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Nov 2013 22:54:39 +0000 (22:54 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 4 Nov 2013 22:54:39 +0000 (22:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@31541 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/periodicity_01.cc

index fd775bdd576b96d82645cc2836b40a72acd3bcaf..9dc842c13914fa7aed12374610961954c12d9a83 100644 (file)
@@ -196,7 +196,7 @@ namespace Step40
     FullMatrix<double>   cell_matrix (dofs_per_cell, dofs_per_cell);
     Vector<double>       cell_rhs (dofs_per_cell);
 
-    std::vector<unsigned int> local_dof_indices (dofs_per_cell);
+    std::vector<types::global_dof_index> local_dof_indices (dofs_per_cell);
 
     typename DoFHandler<dim>::active_cell_iterator
     cell = dof_handler.begin_active(),

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.