From: Guido Kanschat Date: Sun, 1 Oct 2006 23:02:44 +0000 (+0000) Subject: stop output to cout X-Git-Tag: v8.0.0~10998 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c0696701b1faa7e9c48942b43847d07143c69814;p=dealii.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);