From 3804b388112a336e1b94702f961491c02fb9d18a Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Sun, 6 Dec 2015 10:51:20 -0500 Subject: [PATCH] fix other tests manually --- tests/base/logstream_end.cc | 1 - tests/manifold/manifold_id_04.cc | 1 - tests/matrix_free/parallel_multigrid.cc | 1 - tests/slepc/00.cc | 2 -- 4 files changed, 5 deletions(-) diff --git a/tests/base/logstream_end.cc b/tests/base/logstream_end.cc index 26b2c5f3be..351e1eb727 100644 --- a/tests/base/logstream_end.cc +++ b/tests/base/logstream_end.cc @@ -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); diff --git a/tests/manifold/manifold_id_04.cc b/tests/manifold/manifold_id_04.cc index 30042cb010..75dcd3b52b 100644 --- a/tests/manifold/manifold_id_04.cc +++ b/tests/manifold/manifold_id_04.cc @@ -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>(); diff --git a/tests/matrix_free/parallel_multigrid.cc b/tests/matrix_free/parallel_multigrid.cc index 4406687cd1..6054506b27 100644 --- a/tests/matrix_free/parallel_multigrid.cc +++ b/tests/matrix_free/parallel_multigrid.cc @@ -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 diff --git a/tests/slepc/00.cc b/tests/slepc/00.cc index dc280c8ba9..5691f2a434 100644 --- a/tests/slepc/00.cc +++ b/tests/slepc/00.cc @@ -30,8 +30,6 @@ std::ofstream logfile ("output"); int main (int argc,char **argv) { deallog.attach (logfile); - deallog.depth_console (1); - try { -- 2.39.5