]> https://gitweb.dealii.org/ - dealii.git/commitdiff
more 64bit changes
authorTimo Heister <timo.heister@gmail.com>
Fri, 7 Jun 2013 16:05:15 +0000 (16:05 +0000)
committerTimo Heister <timo.heister@gmail.com>
Fri, 7 Jun 2013 16:05:15 +0000 (16:05 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29797 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/include/deal.II/lac/petsc_parallel_block_vector.h

index 8167bc0101daa3e863f8c204ab22de85f1466f6e..2c73f7f98373bf208cc13a519254dd9acf625b90 100644 (file)
@@ -517,7 +517,7 @@ namespace PETScWrappers
                  const std::vector<IndexSet> &ghost_entries,
                  const MPI_Comm              &communicator)
     {
-      std::vector<unsigned int> sizes(parallel_partitioning.size());
+      std::vector<types::global_dof_index> sizes(parallel_partitioning.size());
       for (unsigned int i=0; i<parallel_partitioning.size(); ++i)
         sizes[i] = parallel_partitioning[i].size();
 

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.