]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 17 Feb 2013 18:06:43 +0000 (18:06 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 17 Feb 2013 18:06:43 +0000 (18:06 +0000)
git-svn-id: https://svn.dealii.org/trunk@28441 0785d39b-7218-0410-832d-ea1e28bc413d

tests/mpi/constraint_matrix_condense_01.cc

index 9d554e30930060e0454be5015288999aaeaf6604..206e9cae550f5b6d8aa8d65abfc1a9d44a7ffd2e 100644 (file)
@@ -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();

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.