From 4907d5e4cab6b70014e85afca3f9c7e58d81d108 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 14 Oct 2013 12:01:09 +0000 Subject: [PATCH] Disable output to console. git-svn-id: https://svn.dealii.org/trunk@31223 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/trilinos/mg_transfer_prebuilt_01.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/trilinos/mg_transfer_prebuilt_01.cc b/tests/trilinos/mg_transfer_prebuilt_01.cc index 9fd6d336f4..26fb2d4caa 100644 --- a/tests/trilinos/mg_transfer_prebuilt_01.cc +++ b/tests/trilinos/mg_transfer_prebuilt_01.cc @@ -148,6 +148,7 @@ int main(int argc, char **argv) const std::string logname = JobIdentifier::base_name(__FILE__) + std::string("/output"); std::ofstream logfile(logname.c_str()); deallog << std::setprecision(6); + deallog.depth_console(0); deallog.threshold_double(1.e-10); deallog.attach(logfile); // deallog.depth_console (0); -- 2.39.5