]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Allow for more output files.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Oct 2009 17:22:34 +0000 (17:22 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 5 Oct 2009 17:22:34 +0000 (17:22 +0000)
git-svn-id: https://svn.dealii.org/trunk@19710 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/examples/step-35/step-35.cc

index f1e4a0a5fd8cbfb3b4774e90a1aea4eaefbba48c..eb0e107c6255134c597d38cf883cf6cb141356d2 100644 (file)
@@ -1470,7 +1470,7 @@ void NavierStokesProjection<dim>::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);
 }

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.