From: Daniel Arndt Date: Fri, 28 Apr 2017 17:50:03 +0000 (+0200) Subject: Remove special treatment of the 64bit case X-Git-Tag: v9.0.0-rc1~1639^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4325%2Fhead;p=dealii.git Remove special treatment of the 64bit case --- diff --git a/include/deal.II/lac/petsc_matrix_base.h b/include/deal.II/lac/petsc_matrix_base.h index a1f25a63cb..55f5214a68 100644 --- a/include/deal.II/lac/petsc_matrix_base.h +++ b/include/deal.II/lac/petsc_matrix_base.h @@ -1219,17 +1219,7 @@ namespace PETScWrappers // If we don't elide zeros, the pointers are already available... if (elide_zero_values == false) { -#ifndef PETSC_USE_64BIT_INDICES col_index_ptr = reinterpret_cast(col_indices); -#else - if (column_indices.size() < n_cols) - column_indices.resize(n_cols); - - for (size_type j=0; j(col_indices); -#else - if (column_indices.size() < n_cols) - column_indices.resize(n_cols); - - for (size_type j=0; j