From b8b84e51f9c7e3bd85bc12185ac1582f685084e0 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Fri, 28 Apr 2017 19:50:03 +0200 Subject: [PATCH] Remove special treatment of the 64bit case --- include/deal.II/lac/petsc_matrix_base.h | 20 -------------------- 1 file changed, 20 deletions(-) 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