Ignore:
Timestamp:
05/16/17 17:54:30 (7 years ago)
Author:
yushan
Message:

branch merged with trunk r1130

File:
1 edited

Legend:

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

    r591 r1134  
    2222         /// Propriétés  statiques /// 
    2323         static unsigned int Indent; 
     24         #pragma omp threadprivate(Indent) 
     25 
    2426         static StdString    Increm; 
     27         #pragma omp threadprivate(Increm) 
     28 
    2529         static bool         WithLine; 
     30         #pragma omp threadprivate(WithLine) 
    2631 
    2732   }; // class CIndent 
Note: See TracChangeset for help on using the changeset viewer.