From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 16:55:19 +0000 (+0000) Subject: Back down number of cycles to where it was supposed to be. X-Git-Tag: v8.0.0~12066 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ba509547aa022352952f53235ce9557c9386c649;p=dealii.git 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 --- 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;