Ignore:
Timestamp:
05/02/17 16:20:47 (7 years ago)
Author:
yushan
Message:

test_omp OK

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/transformation/Functions/reduction.hpp

    r1103 r1109  
    6767 
    6868protected: 
    69   //static bool initReductionOperation(std::map<StdString,EReductionType>& m); 
    70   static bool initReductionOperation(std::map<StdString,EReductionType>* m); 
     69  static bool initReductionOperation(std::map<StdString,EReductionType>& m); 
     70  static bool initReductionOperation(); 
    7171  static bool _dummyInit; 
    7272  #pragma omp threadprivate(_dummyInit) 
Note: See TracChangeset for help on using the changeset viewer.