Ignore:
Timestamp:
06/04/21 11:56:39 (3 years ago)
Author:
yushan
Message:

Big commit on graph functionality. Add algo name for showing in the workflow graph

File:
1 edited

Legend:

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

    r2122 r2145  
    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 
    4242    virtual bool isGenerateTransformation(void) { return false ;} 
     43    virtual StdString getAlgoName() { return "\\nGeneric algorithm transformation";} 
    4344    virtual bool transformAuxField(int pos) { return true ;} 
    4445    virtual vector<string> getAuxFieldId(void) ; 
Note: See TracChangeset for help on using the changeset viewer.