From f567061b6e104e7324cec7e2498e2a50c009d99a Mon Sep 17 00:00:00 2001 From: heister 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& dofs, bool faces) std_cxx1x::bind (&Local::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