From: bangerth Date: Mon, 22 Oct 2007 18:37:59 +0000 (+0000) Subject: Enable running more than one time step again. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=648b5a6cb3686b1f60f4ec42f95a7f30a7798c25;p=dealii-svn.git Enable running more than one time step again. git-svn-id: https://svn.dealii.org/trunk@15360 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-22/step-22.cc b/deal.II/examples/step-22/step-22.cc index 492ca1e63e..0753f9258d 100644 --- a/deal.II/examples/step-22/step-22.cc +++ b/deal.II/examples/step-22/step-22.cc @@ -1212,8 +1212,6 @@ void BoussinesqFlowProblem::run () std::cout << std::endl; - break; - if (timestep_number % 10 == 0) refine_mesh (); }