Ignore:
Timestamp:
01/07/21 11:52:55 (3 years ago)
Author:
ymipsl
Message:
  • fix some problem in transformation
  • implement new temporal splitting transformation

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/axis.hpp

    r1984 r2007  
    146146        CGenericAlgorithmTransformation* transformationAlgorithm_ = nullptr ; 
    147147      public: 
    148         void setTransformationAlgorithm(CGenericAlgorithmTransformation* transformationAlgorithm) { transformationAlgorithm=transformationAlgorithm ;} 
     148        void setTransformationAlgorithm(CGenericAlgorithmTransformation* transformationAlgorithm) { transformationAlgorithm_=transformationAlgorithm ;} 
    149149        CGenericAlgorithmTransformation* getTransformationAlgorithm(void) { return transformationAlgorithm_ ;}    
    150150      private: 
Note: See TracChangeset for help on using the changeset viewer.