]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Disable output to console.
authorbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2013 12:01:09 +0000 (12:01 +0000)
committerbangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Mon, 14 Oct 2013 12:01:09 +0000 (12:01 +0000)
git-svn-id: https://svn.dealii.org/trunk@31223 0785d39b-7218-0410-832d-ea1e28bc413d

tests/trilinos/mg_transfer_prebuilt_01.cc

index 9fd6d336f45b4484a5405d12a763adc46b267787..26fb2d4caa04ef4c313cd7d7051005c2dd5b9296 100644 (file)
@@ -148,6 +148,7 @@ int main(int argc, char **argv)
   const std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output");
   std::ofstream logfile(logname.c_str());
   deallog << std::setprecision(6);
+  deallog.depth_console(0);
   deallog.threshold_double(1.e-10);
   deallog.attach(logfile);
 //  deallog.depth_console (0);

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.