From 3f48fcf34f2a0163bdf173571cfe649f04868b46 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sun, 13 Sep 2009 00:02:31 +0000 Subject: [PATCH] Revert to end_time = 1e9. git-svn-id: https://svn.dealii.org/trunk@19446 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 e3dbc466a7..0d55dfc809 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -105,7 +105,7 @@ namespace EquationData const double T1 = 700+273; const double year_in_seconds = 60*60*24*365.2425; - const double end_time = 2.7e6 * year_in_seconds; + const double end_time = 1e9 * year_in_seconds; const double pressure_scaling = eta / (R1-R0); -- 2.39.5