Ignore:
Timestamp:
07/02/19 11:42:27 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1676. Using vis.js

File:
1 edited

Legend:

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

    r1677 r1679  
    99namespace xios 
    1010{ 
     11  class CField; 
    1112  /*! 
    1213   * A packet corresponds to a timestamped array of data. 
     
    2829    int src_filterID; 
    2930    std::vector<int> filterIDoutputs; 
    30     StdString fieldID; 
     31    CField *field; 
    3132     
    3233    /*! 
Note: See TracChangeset for help on using the changeset viewer.