From: kronbichler Date: Sun, 15 Dec 2013 10:39:52 +0000 (+0000) Subject: Disable debug output. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66dc317a40deff61294a7e58d3fb1bf88670a385;p=dealii-svn.git Disable debug output. git-svn-id: https://svn.dealii.org/trunk@32016 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/tests/trilinos/precondition_amg_smoother.cc b/tests/trilinos/precondition_amg_smoother.cc index 11c1754858..3a2e5f34ce 100644 --- a/tests/trilinos/precondition_amg_smoother.cc +++ b/tests/trilinos/precondition_amg_smoother.cc @@ -214,7 +214,6 @@ void Step4::solve () TrilinosWrappers::PreconditionAMG::AdditionalData data; data.coarse_type = "Amesos-KLU"; data.smoother_type = "Chebyshev"; - data.output_details = true; data.aggregation_threshold = 1e-3; data.smoother_sweeps = 3; {