From 852c347a5665a950ccb7a462c5049ca444a4efce Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Fri, 9 Aug 2019 09:33:04 -0600 Subject: [PATCH] step-12: increase depth_console Otherwise step-12 does not show anything on the screen. --- examples/step-12/step-12.cc | 2 ++ 1 file changed, 2 insertions(+) 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(); } -- 2.39.5