]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Suppress much output.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Feb 2000 17:59:21 +0000 (17:59 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Tue, 29 Feb 2000 17:59:21 +0000 (17:59 +0000)
git-svn-id: https://svn.dealii.org/trunk@2525 0785d39b-7218-0410-832d-ea1e28bc413d

tests/big-tests/nonlinear/fixed-point-iteration/nonlinear.cc

index 17fecd7db919f7433b25637d1c610ac8cdaa4974..c6052f08d0655131e24c3011d66b4da37c27691e 100644 (file)
@@ -19,6 +19,7 @@
 #include <numerics/base.h>
 #include <numerics/assembler.h>
 #include <numerics/error_estimator.h>
+#include <base/logstream.h>
 
 #include <map>
 #include <fstream>
@@ -248,6 +249,8 @@ void NonlinearProblem<dim>::run () {
 
 int main ()
 {
+  deallog.depth_console (0);
+  
   NonlinearProblem<2> problem;
   problem.run ();
 };

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.