From c172aca50cea220554b5759ba680f5d7dc9556b7 Mon Sep 17 00:00:00 2001 From: Wolfgang 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