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

    r1117 r1134  
    100100 
    101101         /// Propriétés statiques /// 
    102          static xios_map<StdString, 
    103                 xios_map<StdString, 
    104                 boost::shared_ptr<DerivedType> > > AllMapObj; 
    105          static xios_map<StdString, 
    106                 std::vector<boost::shared_ptr<DerivedType> > > AllVectObj; 
     102         // bkp 
     103         // static xios_map<StdString, 
     104         //        xios_map<StdString, 
     105         //        boost::shared_ptr<DerivedType> > > AllMapObj; 
     106         // static xios_map<StdString, 
     107         //        std::vector<boost::shared_ptr<DerivedType> > > AllVectObj; 
    107108 
    108          static xios_map< StdString, long int > GenId ; 
     109         // static xios_map< StdString, long int > GenId ; 
     110 
     111 
     112         static xios_map<StdString, xios_map<StdString, boost::shared_ptr<DerivedType> > > *AllMapObj; 
     113         static xios_map<StdString, std::vector<boost::shared_ptr<DerivedType> > > *AllVectObj; 
     114         static xios_map< StdString, long int > *GenId; 
     115         #pragma omp threadprivate(AllMapObj, AllVectObj, GenId) 
    109116 
    110117   }; // class CObjectTemplate 
Note: See TracChangeset for help on using the changeset viewer.