Ignore:
Timestamp:
06/06/17 19:06:45 (7 years ago)
Author:
yushan
Message:

fix bad commit. Back to R1155 branch not merged

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan_merged/src/log.hpp

    r1156 r1160  
    1919    { 
    2020      omp_init_lock( &mutex ); 
    21       for(int i=0; i<16; i++) 
     21      for(int i=0; i<10; i++) 
    2222        strBuf_array[i] = sBuff; 
    2323    } 
     
    6161    string name ; 
    6262    std::streambuf* strBuf_; 
    63     std::streambuf* strBuf_array[16]; 
     63    std::streambuf* strBuf_array[10]; 
    6464    omp_lock_t mutex; 
    6565  }; 
     
    7070 
    7171 
    72   extern std::filebuf* info_FB[16]; 
     72  extern std::filebuf* info_FB[10]; 
    7373 
    7474 
Note: See TracChangeset for help on using the changeset viewer.