]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
stop output to cout
authorkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Oct 2006 23:02:44 +0000 (23:02 +0000)
committerkanschat <kanschat@0785d39b-7218-0410-832d-ea1e28bc413d>
Sun, 1 Oct 2006 23:02:44 +0000 (23:02 +0000)
git-svn-id: https://svn.dealii.org/trunk@13975 0785d39b-7218-0410-832d-ea1e28bc413d

tests/lapack/full_matrix_02.cc

index b4e478a0394de7a37999ea1ebab511b1760ca2a0..cd450766c1b7b3b61268e6a19d05b19ee06d42dd 100644 (file)
@@ -78,7 +78,7 @@ int main()
   std::ofstream logfile("full_matrix_02/output");
   logfile.precision(3);
   deallog.attach(logfile);
-  deallog.depth_console(10);
+  deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
 
   test(4, false);

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.