From: Timo Heister Date: Sun, 17 Feb 2013 18:06:43 +0000 (+0000) Subject: fix test X-Git-Tag: v8.0.0~1251 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7aa6c1d5a2e8aeb2bb620ed02dcca4c6d5e47e3f;p=dealii.git fix test git-svn-id: https://svn.dealii.org/trunk@28441 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/constraint_matrix_condense_01.cc b/tests/mpi/constraint_matrix_condense_01.cc index 9d554e3093..206e9cae55 100644 --- a/tests/mpi/constraint_matrix_condense_01.cc +++ b/tests/mpi/constraint_matrix_condense_01.cc @@ -46,7 +46,7 @@ void test () PETScWrappers::MPI::Vector force; force.reinit (mpi_communicator, locally_owned_dofs); - Assert(force.has_ghost_elements(), ExcInternalError()); + Assert(!force.has_ghost_elements(), ExcInternalError()); ConstraintMatrix constraints (locally_relevant_dofs); constraints.clear();