From 1b16d7d0ad5d595a78ff07a2bef55f34ff1a0feb Mon Sep 17 00:00:00 2001 From: heister Date: Sun, 17 Feb 2013 14:16:04 +0000 Subject: [PATCH] update test to highlight bug in PETScWrappers git-svn-id: https://svn.dealii.org/trunk@28438 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/constraint_matrix_condense_01.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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(); -- 2.39.5