Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

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

    r1668 r1677  
    5454       */ 
    5555      bool virtual isDataExpected(const CDate& date) const; 
     56      std::vector<int> filterIDoutputs; 
    5657 
    5758    private: 
     
    7273//      CDate nextOperationDate; //!< The date of the next operation 
    7374      bool isFirstOperation; //!< True before the first operation was been computed 
     75 
    7476  }; // class CTemporalFilter 
    7577} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.