Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

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

    r1668 r1677  
    1616  void CFileServerWriterFilter::onInputReady(std::vector<CDataPacketPtr> data) 
    1717  { 
     18    if(CXios::isClient) 
     19    std::cout<<"CFileServerWriterFilter::onInputReady"<<std::endl; 
    1820    field->writeUpdateData(data[0]->data); 
    1921  } 
     
    2931  } 
    3032 
    31   int CFileServerWriterFilter::getFilterId(void) 
    32   { 
    33     return filterId; 
    34   } 
    3533 
    3634} // namespace xios 
Note: See TracChangeset for help on using the changeset viewer.