]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove console output
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 4 Mar 2005 16:07:34 +0000 (16:07 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Fri, 4 Mar 2005 16:07:34 +0000 (16:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@10004 0785d39b-7218-0410-832d-ea1e28bc413d

tests/bits/block_matrix_array_01.cc

index 2ceb9397d96be49a3f90f5d8ce527153e7a84b1d..b70a5caa0aae76de56cc3da0ad125d49a066cc71 100644 (file)
@@ -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<double> A1(4,4);
   FullMatrix<double> A2(4,4);

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.