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

    r621 r622  
    6161         CAxis(const CAxis * const axis); // Not implemented yet. 
    6262 
     63         static CAxis* createAxis(); 
     64 
    6365         /// Accesseurs /// 
    6466         const std::set<StdString> & getRelFiles(void) const; 
     67         void duplicateAttributes(CAxis* axis); 
    6568 
    6669         /// Test /// 
Note: See TracChangeset for help on using the changeset viewer.