Ignore:
Timestamp:
01/22/21 18:35:44 (3 years ago)
Author:
yushan
Message:

Graph intermediate commit to a tmp branch.

File:
1 edited

Legend:

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

    r2019 r2021  
    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     
     44    virtual StdString getAlgoName() { return "Generic algorithm transformation";} 
    4345 
    4446    virtual vector<string> getAuxFieldId(void) ; 
Note: See TracChangeset for help on using the changeset viewer.