Ignore:
Timestamp:
02/01/21 11:54:16 (3 years ago)
Author:
yushan
Message:

Graph intermediate commit to a tmp branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/graph_package.hpp

    r2021 r2026  
    1111    std::vector< CField* > inFields; 
    1212    StdString contextId; 
     13    bool show; 
     14 
     15    CGraphPackage(): show(true) {} 
    1316  }; 
    1417  struct CGraphDataPackage 
     
    2023    int distanceFromStart=-1; 
    2124    StdString contextId; 
     25    bool show; 
    2226 
    23     CGraphDataPackage(): fromFilter(-1) {} 
     27    CGraphDataPackage(): fromFilter(-1), show(true) {} 
    2428  };  
    2529} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.