]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
fix stupid test
authorheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 20:54:06 +0000 (20:54 +0000)
committerheister <heister@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 13 Feb 2013 20:54:06 +0000 (20:54 +0000)
git-svn-id: https://svn.dealii.org/trunk@28392 0785d39b-7218-0410-832d-ea1e28bc413d

tests/petsc/65.cc

index 1ad893ceff64f2df0840fb3cbe797a751807b9ae..a3545c0d973d0d168605dca979f29b2bb036d173 100644 (file)
@@ -27,6 +27,7 @@ void test ()
 {
   PETScWrappers::MPI::Vector v(PETSC_COMM_WORLD, 100, 100);
   v(0) = 1;
+  v.compress(VectorOperation::insert);
   v = 0;
 
   deallog << "OK" << std::endl;

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.