From: Wolfgang Bangerth Date: Mon, 7 Sep 2009 00:45:39 +0000 (+0000) Subject: Reset to a higher end time. X-Git-Tag: v8.0.0~7167 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=92bf5c975422d08e268f0c13013d98849d3c160a;p=dealii.git Reset to a higher end time. git-svn-id: https://svn.dealii.org/trunk@19406 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 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);