Ignore:
Timestamp:
11/19/18 15:52:54 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

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

    r591 r1601  
    2222         /// Propriétés  statiques /// 
    2323         static unsigned int Indent; 
     24         #pragma omp threadprivate(Indent) 
    2425         static StdString    Increm; 
     26         #pragma omp threadprivate(Increm) 
    2527         static bool         WithLine; 
     28         #pragma omp threadprivate(WithLine) 
    2629 
    2730   }; // class CIndent 
Note: See TracChangeset for help on using the changeset viewer.