From: Wolfgang Bangerth Date: Tue, 21 May 2024 22:24:43 +0000 (-0600) Subject: Remove deallog.depth_console(0) output from tutorial programs. X-Git-Tag: v9.6.0-rc1~240^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e580ad8dab0a3dd4912dca8bf6f7d4b803419632;p=dealii.git Remove deallog.depth_console(0) output from tutorial programs. --- diff --git a/examples/step-67/step-67.cc b/examples/step-67/step-67.cc index 54d9fad1f2..91983f4748 100644 --- a/examples/step-67/step-67.cc +++ b/examples/step-67/step-67.cc @@ -2303,8 +2303,6 @@ int main(int argc, char **argv) try { - deallog.depth_console(0); - EulerProblem euler_problem; euler_problem.run(); } diff --git a/examples/step-76/step-76.cc b/examples/step-76/step-76.cc index 90f67c66e0..f8608ca367 100644 --- a/examples/step-76/step-76.cc +++ b/examples/step-76/step-76.cc @@ -1607,8 +1607,6 @@ int main(int argc, char **argv) try { - deallog.depth_console(0); - EulerProblem euler_problem; euler_problem.run(); }