From: Wolfgang Bangerth Date: Mon, 30 Sep 2013 13:38:56 +0000 (+0000) Subject: Suppress output to console. X-Git-Tag: v8.1.0~677 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c172aca50cea220554b5759ba680f5d7dc9556b7;p=dealii.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