From 1b4acfa449bd7f7012ec0cf0e394b6a490ff46f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Oct 2011 19:30:51 +0000 Subject: [PATCH] Default to graphical output. git-svn-id: https://svn.dealii.org/trunk@24540 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.prm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-32/step-32.prm b/deal.II/examples/step-32/step-32.prm index b89786da2c..ef750a7d62 100644 --- a/deal.II/examples/step-32/step-32.prm +++ b/deal.II/examples/step-32/step-32.prm @@ -5,7 +5,7 @@ set End time = 1e8 # Whether graphical output is to be generated or not. You may not want to get # graphical output if the number of processors is large. -set Generate graphical output = false +set Generate graphical output = true # The number of adaptive refinement steps performed after initial global # refinement. -- 2.39.5