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

Big commit on graph functionality. Enable the workflow graph when going through field dependency graph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/grid.hpp

    r2127 r2144  
    216216      public: 
    217217         pair<shared_ptr<CFilter>, shared_ptr<CFilter> > buildTransformationGraph(CGarbageCollector& gc, bool isSource, CGrid* gridSrc, double detectMissingValues, 
    218                                                                                   double defaultValue, CGrid*& newGrid) ; 
     218                                                                                  double defaultValue, CGrid*& newGrid, bool graphEnabled=false, CField* field=0) ; 
    219219      private: 
    220220        CGridAlgorithm* gridAlgorithm_ = nullptr ; 
Note: See TracChangeset for help on using the changeset viewer.