From: bangerth Date: Mon, 3 Oct 2011 03:02:18 +0000 (+0000) Subject: Suppress output to screen. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6eaaa4b9e94edb4ee3442d24d3aacde2c2bfe6ce;p=dealii-svn.git Suppress output to screen. git-svn-id: https://svn.dealii.org/trunk@24508 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/mpi/p4est_2d_refine_02.cc b/tests/mpi/p4est_2d_refine_02.cc index 1eb29a95fd..c295e4ccfc 100644 --- a/tests/mpi/p4est_2d_refine_02.cc +++ b/tests/mpi/p4est_2d_refine_02.cc @@ -53,8 +53,9 @@ void test() deallog << "#cells = " << tr.n_global_active_cells() << std::endl; } + const unsigned int checksum = tr.get_checksum (); deallog << "Checksum: " - << tr.get_checksum () + << checksum << std::endl; }