From: Bruno Turcksin Date: Fri, 31 May 2013 16:21:46 +0000 (+0000) Subject: Merge from mainline + fix a bug in petsc_vector_base. X-Git-Tag: v8.0.0~316^2~16 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd78778e6ee20bc9084fdd86338feca16e1a208b;p=dealii.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 --- cd78778e6ee20bc9084fdd86338feca16e1a208b 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; }