From: turcksin Date: Fri, 31 May 2013 16:21:46 +0000 (+0000) Subject: Merge from mainline + fix a bug in petsc_vector_base. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32e4200b9d8d9ef676bfe2d8df497b7714579f30;p=dealii-svn.git Merge from mainline + fix a bug in petsc_vector_base. git-svn-id: https://svn.dealii.org/branches/branch_bigger_global_dof_indices_4@29688 0785d39b-7218-0410-832d-ea1e28bc413d --- 32e4200b9d8d9ef676bfe2d8df497b7714579f30 diff --cc deal.II/include/deal.II/lac/petsc_vector_base.h index 630bd2a493,4222be10e1..8159b285f1 --- a/deal.II/include/deal.II/lac/petsc_vector_base.h +++ b/deal.II/include/deal.II/lac/petsc_vector_base.h @@@ -1159,7 -1151,7 +1159,7 @@@ namespace PETScWrapper IndexSet is (size()); // PETSc only allows for contiguous local ranges, so this is simple -- const std::pair x = local_range(); ++ const std::pair x = local_range(); is.add_range (x.first, x.second); return is; }