From: Timo Heister Date: Mon, 24 Jun 2013 09:56:41 +0000 (+0000) Subject: remove warning X-Git-Tag: v8.0.0~252 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfa66a3d37e223faafdc7bfdf17b58fbf02f3ff2;p=dealii.git remove warning git-svn-id: https://svn.dealii.org/trunk@29866 0785d39b-7218-0410-832d-ea1e28bc413d --- 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()); }