From 140329b20c8c8927289f39a2e96831deaf258f09 Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 1 Oct 2006 23:02:44 +0000 Subject: [PATCH] stop output to cout git-svn-id: https://svn.dealii.org/trunk@13975 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lapack/full_matrix_02.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lapack/full_matrix_02.cc b/tests/lapack/full_matrix_02.cc index b4e478a039..cd450766c1 100644 --- a/tests/lapack/full_matrix_02.cc +++ b/tests/lapack/full_matrix_02.cc @@ -78,7 +78,7 @@ int main() std::ofstream logfile("full_matrix_02/output"); logfile.precision(3); deallog.attach(logfile); - deallog.depth_console(10); + deallog.depth_console(0); deallog.threshold_double(1.e-10); test(4, false); -- 2.39.5