]> https://gitweb.dealii.org/ - dealii.git/commitdiff
removed output to console from two tests in codim one
authorLuca Heltai <luca.heltai@sissa.it>
Mon, 27 Apr 2009 17:37:41 +0000 (17:37 +0000)
committerLuca Heltai <luca.heltai@sissa.it>
Mon, 27 Apr 2009 17:37:41 +0000 (17:37 +0000)
git-svn-id: https://svn.dealii.org/trunk@18758 0785d39b-7218-0410-832d-ea1e28bc413d

tests/codim_one/integrate_log_2.cc
tests/codim_one/integrate_one_over_r.cc

index d42c1d1b5caff2da7985ea3f3b473e409dd4b146..72958f551cf116dc6f6a3ac1733b0eb740125534 100644 (file)
@@ -51,7 +51,7 @@ double log_integral(const unsigned int N, const double point, const double alpha
 int main()
 {
   deallog.attach(logfile);
-  deallog.depth_console(1);
+  deallog.depth_console(0);
   deallog<<std::fixed;
   deallog<<std::setprecision(10);
 
index 97bda0d1913826fe42d4d4a869d7c340ce7f1996..69d4c0369ae4f486a3d7c884b056e401dbb11cc4 100644 (file)
@@ -42,7 +42,7 @@ ofstream logfile("integrate_one_over_r/output");
 int main()
 {
     deallog.attach(logfile);
-    deallog.depth_console(1);
+    deallog.depth_console(0);
     deallog<< std::fixed;
     
     deallog << endl 

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.