From 92bf5c975422d08e268f0c13013d98849d3c160a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 7 Sep 2009 00:45:39 +0000 Subject: [PATCH] Reset to a higher end time. git-svn-id: https://svn.dealii.org/trunk@19406 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-32/step-32.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-32/step-32.cc b/deal.II/examples/step-32/step-32.cc index 4f33c70c3a..da51074471 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -104,7 +104,7 @@ namespace EquationData const double T1 = 700+273; const double year_in_seconds = 60*60*24*365.2425; - const double end_time = 3e7 * year_in_seconds; + const double end_time = 1e9 * year_in_seconds; const double pressure_scaling = eta / (R1-R0); -- 2.39.5