From: Guido Kanschat Date: Fri, 4 Mar 2005 16:07:34 +0000 (+0000) Subject: remove console output X-Git-Tag: v8.0.0~14524 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4902434aa58552824073188474a36ea14898b06;p=dealii.git remove console output git-svn-id: https://svn.dealii.org/trunk@10004 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);