From: bangerth Date: Mon, 7 Sep 2009 00:45:39 +0000 (+0000) Subject: Reset to a higher end time. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29a72460514e76f04c64419b5202221c9a809f80;p=dealii-svn.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);