From 7d35efa3021a897f61eda6be5e301bf3b38c56e5 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 30 Sep 2013 13:38:56 +0000 Subject: [PATCH] Suppress output to console. git-svn-id: https://svn.dealii.org/trunk@31033 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/lac/sparse_matrices.cc | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5