From: Wolfgang Bangerth Date: Sun, 13 Sep 2009 00:02:31 +0000 (+0000) Subject: Revert to end_time = 1e9. X-Git-Tag: v8.0.0~7127 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f48fcf34f2a0163bdf173571cfe649f04868b46;p=dealii.git Revert to end_time = 1e9. git-svn-id: https://svn.dealii.org/trunk@19446 0785d39b-7218-0410-832d-ea1e28bc413d --- 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);