]> https://gitweb.dealii.org/ - dealii.git/commitdiff
remove console output
authorGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Feb 2011 18:07:14 +0000 (18:07 +0000)
committerGuido Kanschat <dr.guido.kanschat@gmail.com>
Tue, 15 Feb 2011 18:07:14 +0000 (18:07 +0000)
git-svn-id: https://svn.dealii.org/trunk@23369 0785d39b-7218-0410-832d-ea1e28bc413d

tests/integrators/functional_01.cc

index 0de3225154d2915150e58608c16cb91f43c70e20..761b1dc453106599543713ae406e1b4fa7b181dc 100644 (file)
@@ -155,12 +155,12 @@ int main ()
   const std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
   std::ofstream logfile(logname.c_str());
   deallog.attach(logfile);
-//  deallog.depth_console (0);
-
+  deallog.depth_console (0);
+  
   FE_DGP<2> el2(0);
   FE_DGP<3> el3(0);
-
-  deallog.push("2D");  
+  
+  deallog.push("2D");
   test(el2);
   deallog.pop();
   deallog.push("3D");

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.