Changeset 497 for XIOS/trunk/src/log.hpp


Ignore:
Timestamp:
10/09/14 12:28:25 (10 years ago)
Author:
mhnguyen
Message:

Making a minor change of info output

+) Use a more beautiful format for name of info output file
+) Do a same thing to error file

Test
+) On curie
+) Passed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/log.hpp

    r490 r497  
    1818      if (l<=level) 
    1919      { 
    20 //        rdbuf(cout.rdbuf()) ; 
    2120        rdbuf(strBuf_); 
    2221        *this<<"-> "<<name<<" : " ; 
Note: See TracChangeset for help on using the changeset viewer.