]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Use typedef instead of #if #else.
authorBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 4 Jun 2013 14:51:17 +0000 (14:51 +0000)
committerBruno Turcksin <bruno.turcksin@gmail.com>
Tue, 4 Jun 2013 14:51:17 +0000 (14:51 +0000)
git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29750 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/source/lac/sparsity_tools.cc

index 95435d39846a32f6882b39366443822db1968f99..6aa7765be94cb1aca5929fa626750be4d730acdd 100644 (file)
@@ -452,11 +452,7 @@ namespace SparsityTools
       for (map_vec_t::iterator it=send_data.begin(); it!=send_data.end(); ++it, ++idx)
         MPI_Isend(&(it->second[0]),
                   it->second.size(),
-#ifdef DEAL_II_USE_LARGE_INDEX_TYPE
-                  MPI_UNSIGNED_LONG_LONG,
-#else
-                  MPI_UNSIGNED,
-#endif
+                  DEAL_II_DOF_INDEX_MPI_TYPE,
                   it->first,
                   124,
                   mpi_comm,

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.