From: heister Date: Sun, 17 Feb 2013 18:06:43 +0000 (+0000) Subject: fix test X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f6030fd782f6ac0a73646e8af7e9f9b4299280;p=dealii-svn.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();