]> https://gitweb.dealii.org/ - dealii.git/commitdiff
fix other tests manually
authorTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 15:51:20 +0000 (10:51 -0500)
committerTimo Heister <timo.heister@gmail.com>
Sun, 6 Dec 2015 18:48:01 +0000 (13:48 -0500)
tests/base/logstream_end.cc
tests/manifold/manifold_id_04.cc
tests/matrix_free/parallel_multigrid.cc
tests/slepc/00.cc

index 26b2c5f3be1b7ebd9f0de807e99054c8c8bab40d..351e1eb7271dc9045429b0a3d4e5a86996c1f9a8 100644 (file)
@@ -39,7 +39,6 @@ int main()
     LogStream log;
 
     log.attach(logfile);
-    log.depth_console(0);
     log.threshold_double(1.e-10);
     log.log_thread_id (false);
 
index 30042cb0101013b59fe49b6ab1fb63fd7ae53f0c..75dcd3b52b96478512a2dedf8164bae4bcc544c5 100644 (file)
@@ -60,7 +60,6 @@ int main ()
 {
   std::ofstream logfile("output");
   deallog.attach(logfile);
-  deallog.depth_console(1);
   deallog.threshold_double(1.e-10);
 
   test<1,1>();
index 4406687cd13672ba0262e253142df00d0cc078e6..6054506b2797e96f3699e942f641dbb14b331bea 100644 (file)
@@ -420,7 +420,6 @@ int main (int argc, char **argv)
   if (Utilities::MPI::this_mpi_process(MPI_COMM_WORLD) == 0)
     {
       deallog.attach(logfile);
-      deallog.depth_console(4);
       deallog << std::setprecision (4);
     }
   else
index dc280c8ba990d84a8e98219f89c1b0a57941935a..5691f2a434207c0ddb4c9c62a79a20e95d4bb08f 100644 (file)
@@ -30,8 +30,6 @@ std::ofstream logfile ("output");
 int main (int argc,char **argv)
 {
   deallog.attach (logfile);
-  deallog.depth_console (1);
-
   try
     {
 

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.