Changeset 1928 for XIOS


Ignore:
Timestamp:
09/10/20 11:39:56 (4 years ago)
Author:
yushan
Message:

trunk : workflow graph now working with field read from file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/source_filter.cpp

    r1877 r1928  
    139139      } 
    140140    } 
    141  
     141    if(CXios::isClient) buildGraph(packet); 
    142142    onOutputReady(packet); 
    143143  } 
     
    150150    packet->date = date; 
    151151    packet->timestamp = date; 
    152     packet->status = CDataPacket::END_OF_STREAM; 
     152    packet->status = CDataPacket::END_OF_STREAM;  
    153153    onOutputReady(packet); 
    154154  } 
Note: See TracChangeset for help on using the changeset viewer.