From 292367bb791b39c72afe3f2bcee98e94100ad653 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 5 Oct 2009 00:10:49 +0000 Subject: [PATCH] Change parameter name. git-svn-id: https://svn.dealii.org/trunk@19701 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-35/parameter-file.prm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-35/parameter-file.prm b/deal.II/examples/step-35/parameter-file.prm index 4795e61d14..81a946e3c3 100644 --- a/deal.II/examples/step-35/parameter-file.prm +++ b/deal.II/examples/step-35/parameter-file.prm @@ -36,7 +36,7 @@ subsection Data solve velocity end #The output frequency -set output = 50 +set output_interval = 50 #Finally we set the verbosity level set verbose = false -- 2.39.5