Ignore:
Timestamp:
06/22/15 13:36:27 (9 years ago)
Author:
mhnguyen
Message:

Final testing transfomation algorithm: inverse axis (local commit)

+) Make some minor change to make sure one element (axis or domain) be able to have several similar transformation

Test
+) On Curie
+) test_new_feature: test passed with correct data written

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/transformation.hpp

    r621 r622  
    1616  { 
    1717  public: 
    18     typedef typename boost::unordered_map<ETranformationType, CTransformation<T>*, boost::hash<int> > TransformationMapTypes; 
     18    typedef typename std::list<std::pair<ETranformationType, CTransformation<T>* > > TransformationMapTypes; 
    1919    typedef TransformationMapTypes TransMapTypes; 
    2020 
Note: See TracChangeset for help on using the changeset viewer.