]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
Don't output the time quite so wide.
authorwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 May 2005 18:36:29 +0000 (18:36 +0000)
committerwolf <wolf@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 25 May 2005 18:36:29 +0000 (18:36 +0000)
git-svn-id: https://svn.dealii.org/trunk@10751 0785d39b-7218-0410-832d-ea1e28bc413d

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

index 335408d75e9d2cb0163243f5cb4e46aab6209b0d..080d5c277998039064f768712d6bec91276b0efb 100644 (file)
@@ -2075,7 +2075,7 @@ namespace QuasiStaticElasticity
     filename << "solution-";
     filename << std::setfill('0');
     filename.setf(std::ios_base::fixed, std::ios_base::floatfield);
-    filename << std::setw(12) << std::setprecision(4) << present_time;
+    filename << std::setw(9) << std::setprecision(4) << present_time;
 
                                     // Next, in case there are
                                     // multiple processes working

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.