Ignore:
Timestamp:
09/22/16 10:58:32 (8 years ago)
Author:
mhnguyen
Message:

Improving transformation selection. Instead of modifying directly grid_transformation
we only need to register a new transformation with the framework

+) Update all transformations with this new method

Test
+) On Curie
+) Basic tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp

    r918 r933  
    1515 
    1616CGenericAlgorithmTransformation::CGenericAlgorithmTransformation() 
    17  : transformationMapping_(), transformationWeight_(), transformationPosition_(), idAuxInputs_() 
     17 : transformationMapping_(), transformationWeight_(), transformationPosition_(), 
     18   idAuxInputs_(), type_(ELEMENT_NO_MODIFICATION_WITH_DATA) 
    1819{ 
    1920} 
     
    658659} 
    659660 
    660 } 
     661CGenericAlgorithmTransformation::AlgoTransType CGenericAlgorithmTransformation::type() 
     662{ 
     663  return type_; 
     664} 
     665 
     666} 
Note: See TracChangeset for help on using the changeset viewer.