Ignore:
Timestamp:
04/21/17 17:39:29 (7 years ago)
Author:
yushan
Message:

save modif. Todo: axis, domain, mesh, scalar, transformation

File:
1 edited

Legend:

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

    r1095 r1103  
    2222         /// Propriétés  statiques /// 
    2323         static unsigned int Indent; 
    24          //#pragma omp threadprivate(Indent) 
     24         #pragma omp threadprivate(Indent) 
    2525 
    2626         static StdString    Increm; 
    27          //#pragma omp threadprivate(Increm) 
     27         #pragma omp threadprivate(Increm) 
    2828 
    2929         static bool         WithLine; 
    30          //#pragma omp threadprivate(WithLine) 
     30         #pragma omp threadprivate(WithLine) 
    3131 
    3232   }; // class CIndent 
Note: See TracChangeset for help on using the changeset viewer.