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/domain.cpp

    r611 r622  
    3838 
    3939   ///--------------------------------------------------------------- 
     40 
     41   CDomain* CDomain::createDomain() 
     42   { 
     43     CDomain* domain = CDomainGroup::get("domain_definition")->createChild(); 
     44     return domain; 
     45   } 
     46 
     47   void CDomain::duplicateAttributes(CDomain* domain) 
     48   { 
     49     domain->setAttributes(this); 
     50   } 
    4051 
    4152   const std::set<StdString> & CDomain::getRelFiles(void) const 
Note: See TracChangeset for help on using the changeset viewer.