From 0664c494ce5bcf934d4a2a7688a86b64f200470e Mon Sep 17 00:00:00 2001 From: kronbichler Date: Mon, 12 Jan 2009 16:44:31 +0000 Subject: [PATCH] Use a reasonable final time. git-svn-id: https://svn.dealii.org/trunk@18186 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 77684c6587..10c04418d5 100644 --- a/deal.II/examples/step-32/step-32.cc +++ b/deal.II/examples/step-32/step-32.cc @@ -1647,7 +1647,7 @@ void BoussinesqFlowProblem::run () old_old_temperature_solution = old_temperature_solution; old_temperature_solution = temperature_solution; } - while (time <= 0); + while (time <= 100); } -- 2.39.5