From ba509547aa022352952f53235ce9557c9386c649 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:55:19 +0000 Subject: [PATCH] Back down number of cycles to where it was supposed to be. git-svn-id: https://svn.dealii.org/trunk@12632 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-18/step-18.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/examples/step-18/step-18.cc b/deal.II/examples/step-18/step-18.cc index d97555384e..31d8bbda98 100644 --- a/deal.II/examples/step-18/step-18.cc +++ b/deal.II/examples/step-18/step-18.cc @@ -2166,7 +2166,7 @@ namespace QuasiStaticElasticity pcout << "Timestep " << timestep_no << " at time " << present_time << std::endl; - for (unsigned int cycle=0; cycle<3; ++cycle) + for (unsigned int cycle=0; cycle<2; ++cycle) { pcout << " Cycle " << cycle << ':' << std::endl; -- 2.39.5