From: wolf 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-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45ab1c15d896b7795d5c0e24602d43d92da762ca;p=dealii-svn.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;