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/axis.hpp

    r1106 r1134  
    169169       private: 
    170170         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    171          static std::map<StdString, ETranformationType> transformationMapList_; 
    172          static bool dummyTransformationMapList_; 
     171         //static bool initializeTransformationMap(std::map<StdString, ETranformationType>* m); 
     172         static bool initializeTransformationMap(); 
     173 
     174         //static std::map<StdString, ETranformationType> transformationMapList_; 
     175          
     176         static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     177         #pragma omp threadprivate(transformationMapList_ptr) 
     178 
     179         //static bool dummyTransformationMapList_; 
     180         //#pragma omp threadprivate(dummyTransformationMapList_) 
    173181 
    174182         DECLARE_REF_FUNC(Axis,axis) 
     
    182190 
    183191#endif // __XIOS_CAxis__ 
     192 
Note: See TracChangeset for help on using the changeset viewer.