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

Location:
XIOS/dev/dev_ym/XIOS_COUPLING/src/filter
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/transform_filter.hpp

    r1999 r2007  
    2222      */ 
    2323      CDataPacketPtr virtual apply(std::vector<CDataPacketPtr> data) ; 
    24       void apply(const CArray<double, 1>& dataSrc, CArray<double,1>& dataDest); 
    25  
    26     private : 
     24//      void apply(const CArray<double, 1>& dataSrc, CArray<double,1>& dataDest); 
    2725      
    28      CGridAlgorithm* algorithm_ ; 
    29      bool detectMissingValues_ ; 
    30      bool defaultValue_ ; 
     26      CGridAlgorithm* algorithm_ ; 
     27      bool detectMissingValues_ ; 
     28      bool defaultValue_ ; 
    3129 
    3230  }; // class CTransformFilter 
Note: See TracChangeset for help on using the changeset viewer.