From 664fd0aefa83e2dd065a0f5a12b9e55b16105791 Mon Sep 17 00:00:00 2001 From: kronbichler Date: Thu, 4 Sep 2008 18:59:20 +0000 Subject: [PATCH] ... and one more error. git-svn-id: https://svn.dealii.org/trunk@16749 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 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); } -- 2.39.5