From: bangerth Date: Mon, 30 Sep 2013 13:38:56 +0000 (+0000) Subject: Suppress output to console. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d35efa3021a897f61eda6be5e301bf3b38c56e5;p=dealii-svn.git Suppress output to console. git-svn-id: https://svn.dealii.org/trunk@31033 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/lac/sparse_matrices.cc b/tests/lac/sparse_matrices.cc index 60479f158c..19c3c9d995 100644 --- a/tests/lac/sparse_matrices.cc +++ b/tests/lac/sparse_matrices.cc @@ -279,6 +279,7 @@ int main() logfile << std::setprecision(3); deallog << std::setprecision(3); deallog.attach(logfile); + deallog.depth_console (0); // Switch between regression test // and benchmark