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/node/domain.hpp

    r1106 r1134  
    216216       private: 
    217217         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    218          static std::map<StdString, ETranformationType> transformationMapList_; 
    219          static bool _dummyTransformationMapList; 
     218         static bool initializeTransformationMap(); 
     219         //static std::map<StdString, ETranformationType> transformationMapList_; 
     220  
     221         static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     222         #pragma omp threadprivate(transformationMapList_ptr) 
     223 
     224         //static bool _dummyTransformationMapList; 
     225         //#pragma omp threadprivate(_dummyTransformationMapList) 
    220226 
    221227         DECLARE_REF_FUNC(Domain,domain) 
Note: See TracChangeset for help on using the changeset viewer.