From: kronbichler Date: Thu, 4 Sep 2008 18:59:20 +0000 (+0000) Subject: ... and one more error. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=664fd0aefa83e2dd065a0f5a12b9e55b16105791;p=dealii-svn.git ... and one more error. git-svn-id: https://svn.dealii.org/trunk@16749 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 d6a0620914..3e1a5c86a3 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1524,7 +1524,7 @@ void BoussinesqFlowProblem::run () old_old_temperature_solution = old_temperature_solution; old_temperature_solution = temperature_solution; } - while (time <= 1); + while (time <= 100); }