From: heister Date: Mon, 24 Jun 2013 09:56:41 +0000 (+0000) Subject: remove warning X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f567061b6e104e7324cec7e2498e2a50c009d99a;p=dealii-svn.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()); }