From 38f4ff5e27a5b953ff845937d2fec20fe6272cd5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 3 Oct 2011 03:02:18 +0000 Subject: [PATCH] Suppress output to screen. git-svn-id: https://svn.dealii.org/trunk@24508 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/p4est_2d_refine_02.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- 2.39.5