From: Wolfgang Bangerth Date: Wed, 23 Sep 2020 23:50:19 +0000 (-0600) Subject: Don't even mention logstream in step-4. X-Git-Tag: v9.3.0-rc1~1074^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=44f817aecc9bcf6a00e0e711acdba6123e01db26;p=dealii.git Don't even mention logstream in step-4. The only place where we do is to set the depth of output to zero, but that is already the default. --- diff --git a/examples/step-4/step-4.cc b/examples/step-4/step-4.cc index b7a4368775..cdca010d76 100644 --- a/examples/step-4/step-4.cc +++ b/examples/step-4/step-4.cc @@ -537,7 +537,6 @@ void Step4::run() // could actually use it. int main() { - deallog.depth_console(0); { Step4<2> laplace_problem_2d; laplace_problem_2d.run();