From: Bruno Turcksin Date: Tue, 4 Jun 2013 14:51:17 +0000 (+0000) Subject: Use typedef instead of #if #else. X-Git-Tag: v8.0.0~316^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cb2fa6f288f0b2304ab0711ceed0fa72e0d1bae5;p=dealii.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,