Ignore:
Timestamp:
04/13/17 14:34:48 (7 years ago)
Author:
yushan
Message:

modif for Curie, CurrContext?->CurrContext_ptr in object_factory and group_factory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/node/axis.hpp

    r1088 r1095  
    166166       private: 
    167167         static bool initializeTransformationMap(std::map<StdString, ETranformationType>& m); 
    168          //static std::map<StdString, ETranformationType> transformationMapList_; 
    169          static std::map<StdString, ETranformationType> *transformationMapList_ptr; 
    170          #pragma omp threadprivate(transformationMapList_ptr) 
     168         static std::map<StdString, ETranformationType> transformationMapList_; 
     169         // #pragma omp threadprivate(transformationMapList_) 
    171170 
    172171         static bool dummyTransformationMapList_; 
    173          #pragma omp threadprivate(dummyTransformationMapList_) 
     172         //#pragma omp threadprivate(dummyTransformationMapList_) 
    174173 
    175174         DECLARE_REF_FUNC(Axis,axis) 
Note: See TracChangeset for help on using the changeset viewer.