From: heister Date: Sun, 17 Feb 2013 14:16:04 +0000 (+0000) Subject: update test to highlight bug in PETScWrappers X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b16d7d0ad5d595a78ff07a2bef55f34ff1a0feb;p=dealii-svn.git update test to highlight bug in PETScWrappers git-svn-id: https://svn.dealii.org/trunk@28438 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/constraint_matrix_condense_01.cc b/tests/mpi/constraint_matrix_condense_01.cc index eb97ba64ed..9d554e3093 100644 --- a/tests/mpi/constraint_matrix_condense_01.cc +++ b/tests/mpi/constraint_matrix_condense_01.cc @@ -46,8 +46,7 @@ void test () PETScWrappers::MPI::Vector force; force.reinit (mpi_communicator, locally_owned_dofs); - std::cout << force.has_ghost_elements() << std::endl; - + Assert(force.has_ghost_elements(), ExcInternalError()); ConstraintMatrix constraints (locally_relevant_dofs); constraints.clear();