From: Wolfgang Bangerth Date: Mon, 3 Oct 2011 03:02:18 +0000 (+0000) Subject: Suppress output to screen. X-Git-Tag: v8.0.0~3308 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38f4ff5e27a5b953ff845937d2fec20fe6272cd5;p=dealii.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; }