From: bangerth Date: Wed, 27 Mar 2013 12:52:57 +0000 (+0000) Subject: Fix another place. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b2331907df2a3a6a74f3187c37f3418b631c27f;p=dealii-svn.git Fix another place. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29067 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/base/index_set.cc b/deal.II/source/base/index_set.cc index cbaf337536..1bb39b223b 100644 --- a/deal.II/source/base/index_set.cc +++ b/deal.II/source/base/index_set.cc @@ -400,7 +400,7 @@ IndexSet::make_trilinos_map (const MPI_Comm &communicator, TrilinosWrappers::types::int_type(n_elements()), (n_elements() > 0 ? - reinterpret_cast(&indices[0]) + reinterpret_cast(&indices[0]) : 0), 0,