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/generic_algorithm_transformation.hpp

    r2011 r2016  
    4040    virtual void apply(int dimBefore, int dimAfter, const CArray<double,1>& dataIn, CArray<double,1>& dataOut) { abort() ;} //=0 
    4141    virtual void apply(int dimBefore, int dimAfter, const CArray<double,1>& dataIn, const vector<CArray<double,1>>& auxData, CArray<double,1>& dataOut) { abort() ;} //=0 
    42      
     42    virtual bool isGenerateTransformation(void) { return false ;} 
     43 
    4344    virtual vector<string> getAuxFieldId(void) ; 
    4445  protected : 
Note: See TracChangeset for help on using the changeset viewer.