Ignore:
Timestamp:
05/22/19 17:26:47 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1663. static graph OK with EP

File:
1 edited

Legend:

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

    r1358 r1668  
    7373      void virtual invalidate(Time timestamp); 
    7474 
     75      /*! 
     76       * Returns filter's id needed in case of building workflow graph 
     77       */ 
     78      int getFilterId(); 
     79 
    7580    protected: 
    7681      /*! 
     
    8893      const double missingValue; //!< The value to use to replace missing values 
    8994      std::map<Time, CDataPacketPtr> packets; //<! The stored packets 
     95      int filterId;                     //!< Filter's id needed in case of building a workflow 
     96 
    9097  }; // class CStoreFilter 
    9198} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.