From dfa66a3d37e223faafdc7bfdf17b58fbf02f3ff2 Mon Sep 17 00:00:00 2001
From: Timo Heister <timo.heister@gmail.com>
Date: Mon, 24 Jun 2013 09:56:41 +0000
Subject: [PATCH] remove warning

git-svn-id: https://svn.dealii.org/trunk@29866 0785d39b-7218-0410-832d-ea1e28bc413d
---
 tests/mpi/mesh_worker_matrix_01.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/mpi/mesh_worker_matrix_01.cc b/tests/mpi/mesh_worker_matrix_01.cc
index a169a8dd83..e1c69284cd 100644
--- a/tests/mpi/mesh_worker_matrix_01.cc
+++ b/tests/mpi/mesh_worker_matrix_01.cc
@@ -157,7 +157,7 @@ test_simple(DoFHandler<dim>& dofs, bool faces)
      std_cxx1x::bind (&Local<dim>::face, local, std_cxx1x::_1, std_cxx1x::_2, std_cxx1x::_3, std_cxx1x::_4),
      assembler, true);
 
-  matrix.compress();
+  matrix.compress(VectorOperation::add);
   matrix.print(deallog.get_file_stream());
 }
 
-- 
2.39.5