From c4902434aa58552824073188474a36ea14898b06 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Fri, 4 Mar 2005 16:07:34 +0000 Subject: [PATCH] remove console output git-svn-id: https://svn.dealii.org/trunk@10004 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/bits/block_matrix_array_01.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/bits/block_matrix_array_01.cc b/tests/bits/block_matrix_array_01.cc index 2ceb9397d9..b70a5caa0a 100644 --- a/tests/bits/block_matrix_array_01.cc +++ b/tests/bits/block_matrix_array_01.cc @@ -1,4 +1,4 @@ -//---------------------------- block_matrix_array_01.cc --------------------------- +//--------------------------------------------------------------------------- // $Id$ // Version: $Name$ // @@ -9,7 +9,7 @@ // to the file deal.II/doc/license.html for the text and // further information on this license. // -//---------------------------- block_matrix_array_01.cc --------------------------- +//--------------------------------------------------------------------------- // This tests the construction of a BlockMatrixArray and outputs the @@ -26,7 +26,7 @@ int main () { std::ofstream logfile("block_matrix_array_01.output"); deallog.attach(logfile); - deallog.depth_console(10); + deallog.depth_console(0); FullMatrix A1(4,4); FullMatrix A2(4,4); -- 2.39.5