From: Wolfgang Bangerth Date: Mon, 5 Oct 2009 17:22:34 +0000 (+0000) Subject: Allow for more output files. X-Git-Tag: v8.0.0~6972 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d95a67e6919f4405b93bce1a4e95a90bb817d45c;p=dealii.git Allow for more output files. git-svn-id: https://svn.dealii.org/trunk@19710 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-35/step-35.cc b/deal.II/examples/step-35/step-35.cc index f1e4a0a5fd..eb0e107c62 100644 --- a/deal.II/examples/step-35/step-35.cc +++ b/deal.II/examples/step-35/step-35.cc @@ -1470,7 +1470,7 @@ void NavierStokesProjection::output_results (const unsigned int step) component_interpretation); data_out.build_patches (deg + 1); std::ofstream output (("solution-" + - Utilities::int_to_string (step, 4) + + Utilities::int_to_string (step, 5) + ".vtk").c_str()); data_out.write_vtk (output); }