]> https://gitweb.dealii.org/ - dealii-svn.git/commitdiff
time format changed
authorguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Feb 2000 01:58:26 +0000 (01:58 +0000)
committerguido <guido@0785d39b-7218-0410-832d-ea1e28bc413d>
Wed, 2 Feb 2000 01:58:26 +0000 (01:58 +0000)
git-svn-id: https://svn.dealii.org/trunk@2314 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/base/source/log.cc

index 2712707bccedec3c1092a1fc9a8f2c56b9d1214b..1b089c3d6fb354ed4e5e41296f69d885d2077994 100644 (file)
@@ -116,7 +116,9 @@ LogStream::print_line_head()
     {
       if (print_utime)
        {
+         int p = std_out->width(5);
          *std_out << utime << ':';
+         std_out->width(p);
        }
     *std_out << prefixes.top() << ':';
     }
@@ -125,7 +127,9 @@ LogStream::print_line_head()
     {
       if (print_utime)
        {
+         int p = file->width(6);
          *file << utime << ':';
+         file->width(p);
        }  
     *file << prefixes.top() << ':';
     }

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.