From 1521b72260de87e04142a460db4b4b777de237d2 Mon Sep 17 00:00:00 2001 From: heister Date: Wed, 13 Feb 2013 20:54:06 +0000 Subject: [PATCH] fix stupid test git-svn-id: https://svn.dealii.org/trunk@28392 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/petsc/65.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/petsc/65.cc b/tests/petsc/65.cc index 1ad893ceff..a3545c0d97 100644 --- a/tests/petsc/65.cc +++ b/tests/petsc/65.cc @@ -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; -- 2.39.5