Ignore:
Timestamp:
08/06/19 13:00:08 (5 years ago)
Author:
yushan
Message:

dev for graph. up to date with trunk at r1684

File:
1 edited

Legend:

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

    r1685 r1689  
    126126          packet->data.resize(tmpData.numElements()); 
    127127          packet->data = tmpData; 
    128            
    129128        } 
    130129        else 
     
    139138          packet->src_filterID=this->filterID; 
    140139          packet->distance = data[0]->distance+1; 
    141           std::cout<<"temporal packet->distance = "<<packet->distance<<std::endl; 
    142140          this->filterIDoutputs.clear(); 
    143141          CWorkflowGraph::build_begin=true; 
Note: See TracChangeset for help on using the changeset viewer.