From: kanschat Date: Sun, 1 Oct 2006 23:02:44 +0000 (+0000) Subject: stop output to cout X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140329b20c8c8927289f39a2e96831deaf258f09;p=dealii-svn.git stop output to cout git-svn-id: https://svn.dealii.org/trunk@13975 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);