Ignore:
Timestamp:
08/06/19 12:58:44 (5 years ago)
Author:
yushan
Message:

dev for trunk with graph. trunk at r1684

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/filter/file_writer_filter.cpp

    r1686 r1688  
    3636      (*CWorkflowGraph::mapFilters_ptr_with_info)[this->filterID].attributes += "</br>file attributes : </br>" +this->field->file->record4graphXiosAttributes(); 
    3737      (*CWorkflowGraph::mapFilters_ptr_with_info)[this->filterID].clusterID =1; 
    38       (*CWorkflowGraph::mapFilters_ptr_with_info)[this->filterID].distance = ++(data[0]->distance); 
     38      (*CWorkflowGraph::mapFilters_ptr_with_info)[this->filterID].distance = data[0]->distance+1; 
    3939 
    4040      if(CXios::isClient && CWorkflowGraph::build_begin)  
Note: See TracChangeset for help on using the changeset viewer.