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/store_filter.hpp

    r1668 r1677  
    33 
    44#include "input_pin.hpp" 
     5#include "workflow_graph.hpp" 
     6 
    57 
    68namespace xios 
     
    7375      void virtual invalidate(Time timestamp); 
    7476 
    75       /*! 
    76        * Returns filter's id needed in case of building workflow graph 
    77        */ 
    78       int getFilterId(); 
     77      int filterID; 
     78      int tag; 
     79 
    7980 
    8081    protected: 
     
    9394      const double missingValue; //!< The value to use to replace missing values 
    9495      std::map<Time, CDataPacketPtr> packets; //<! The stored packets 
    95       int filterId;                     //!< Filter's id needed in case of building a workflow 
     96 
    9697 
    9798  }; // class CStoreFilter 
Note: See TracChangeset for help on using the changeset viewer.