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

    r1106 r1134  
    8787       private: 
    8888           static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    89            static std::map<StdString, ETranformationType> transformationMapList_; 
    90            static bool dummyTransformationMapList_; 
     89           static bool initializeTransformationMap(); 
     90            
     91           //static bool dummyTransformationMapList_; 
     92 
     93           static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
     94           #pragma omp threadprivate(transformationMapList_ptr) 
    9195 
    9296 
Note: See TracChangeset for help on using the changeset viewer.