Ignore:
Timestamp:
07/22/21 14:05:58 (3 years ago)
Author:
yushan
Message:

workflow graph : enable unary and binary arithmetic filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/filter/temporal_filter.hpp

    r2143 r2193  
    5555      bool virtual isDataExpected(const CDate& date) const; 
    5656      bool graphCycleCompleted; 
     57      std::string getTemporalOperation(); 
    5758 
    5859    private: 
     
    7374//      CDate nextOperationDate; //!< The date of the next operation 
    7475      bool isFirstOperation; //!< True before the first operation was been computed 
     76      const std::string temporalOperation; 
    7577  }; // class CTemporalFilter 
    7678} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.