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

    r2141 r2193  
    7878      static std::vector<StdString> *vectorOfContexts_srv_;  
    7979 
     80      static std::unordered_map <size_t, int> *mapHashFilterID_; 
     81      static std::unordered_map <size_t, int> *mapHashFilterID_srv_; 
     82 
    8083      // these variables are not yet used 
    8184      static bool clientGraphBuilt; 
Note: See TracChangeset for help on using the changeset viewer.