From: Timo Heister Date: Fri, 9 Aug 2019 15:33:04 +0000 (-0600) Subject: step-12: increase depth_console X-Git-Tag: v9.2.0-rc1~1265^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8532%2Fhead;p=dealii.git step-12: increase depth_console Otherwise step-12 does not show anything on the screen. --- diff --git a/examples/step-12/step-12.cc b/examples/step-12/step-12.cc index 3df36e8819..8aac1461b7 100644 --- a/examples/step-12/step-12.cc +++ b/examples/step-12/step-12.cc @@ -644,6 +644,8 @@ int main() { try { + dealii::deallog.depth_console(5); + Step12::AdvectionProblem<2> dgmethod; dgmethod.run(); }