From: turcksin Date: Tue, 4 Jun 2013 14:51:17 +0000 (+0000) Subject: Use typedef instead of #if #else. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91255821af8d042c1544759ef30d33e57aaff49;p=dealii-svn.git Use typedef instead of #if #else. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29750 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/sparsity_tools.cc b/deal.II/source/lac/sparsity_tools.cc index 95435d3984..6aa7765be9 100644 --- a/deal.II/source/lac/sparsity_tools.cc +++ b/deal.II/source/lac/sparsity_tools.cc @@ -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,