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/cxios.cpp

    r491 r497  
    1616  string CXios::xiosCodeId="xios.x" ; 
    1717  string CXios::infoFile="./info_output"; 
     18  string CXios::errorFile="./error_output"; 
    1819 
    1920  bool CXios::isClient ; 
     
    7576  { 
    7677    initialize(); 
    77  
    78 //    if (!usingServer) ERROR("void CXios::initServerSide(void)",<<"using_server is set to <false> and server initialization is called") ; 
    7978    isClient=true; 
    8079    isServer=false ; 
Note: See TracChangeset for help on using the changeset viewer.