From: bangerth <bangerth@0785d39b-7218-0410-832d-ea1e28bc413d>
Date: Thu, 6 Oct 2011 19:30:51 +0000 (+0000)
Subject: Default to graphical output.
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=427dbae37cd17b54d7908bce41edc9838ae78662;p=dealii-svn.git

Default to graphical output.

git-svn-id: https://svn.dealii.org/trunk@24540 0785d39b-7218-0410-832d-ea1e28bc413d
---

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.