Ignore:
Timestamp:
11/14/19 10:11:34 (5 years ago)
Author:
yushan
Message:

dev_trunk_omp : bug fix for workflowgraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/binary_arithmetic_filter.cpp

    r1689 r1769  
    1818  { 
    1919    bool building_graph = this->tag ? data[0]->timestamp >= this->start_graph && data[0]->timestamp <= this->end_graph : false; 
    20     // bool building_graph = true; 
    2120    int unique_filter_id; 
    2221    bool firstround; 
     
    107106  { 
    108107    bool building_graph = this->tag ? data[0]->timestamp >= this->start_graph && data[0]->timestamp <= this->end_graph : false; 
    109     // bool building_graph = true; 
    110108    int unique_filter_id; 
    111109    bool firstround; 
Note: See TracChangeset for help on using the changeset viewer.