From: Timo Heister Date: Sat, 16 Feb 2013 21:24:36 +0000 (+0000) Subject: additional ghost check X-Git-Tag: v8.0.0~1265 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae6d72fcc39d2e270b650ba0d17e00911ad86518;p=dealii.git additional ghost check git-svn-id: https://svn.dealii.org/trunk@28426 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/source/lac/petsc_vector_base.cc b/deal.II/source/lac/petsc_vector_base.cc index 1102071c14..c34a6138eb 100644 --- a/deal.II/source/lac/petsc_vector_base.cc +++ b/deal.II/source/lac/petsc_vector_base.cc @@ -208,7 +208,7 @@ namespace PETScWrappers VectorBase & VectorBase::operator = (const PetscScalar s) { - + Assert (!has_ghost_elements(), ExcGhostsPresent()); Assert (numbers::is_finite(s), ExcNumberNotFinite()); //TODO[TH]: assert(is_compressed())