Ignore:
Timestamp:
01/17/21 22:43:51 (3 years ago)
Author:
ymipsl
Message:

Transformation : fix problem xhen chaining transformation that generate the element (for now only generate_rectilinear_domain)
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/grid_algorithm.hpp

    r2011 r2016  
    2727    virtual void apply(const CArray<double,1>& dataIn, const vector<CArray<double,1>>& auxData, CArray<double,1>& dataOut) { abort(); } //=0 
    2828    virtual CTransformFilter* createTransformFilter(CGarbageCollector& gc, bool detectMissingValues, double defaultValue) ; 
     29    virtual bool isGenerateTranformation(void) ; 
    2930    
    3031    protected: 
Note: See TracChangeset for help on using the changeset viewer.