Ignore:
Timestamp:
11/24/20 18:55:35 (3 years ago)
Author:
yushan
Message:

trunk : workflow graph big fixed for chained spatial filters. Filter name simplified for graph

File:
1 edited

Legend:

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

    r1704 r1982  
    331331      currentBuff = 0; 
    332332      bool firstPass=true;  
     333       
     334      if(filterID >=0) // building_graph 
     335      { 
     336        (*CWorkflowGraph::mapFilters_ptr_with_info)[filterID].filter_name += ("\\n"+(*itAlgo)->getName()); 
     337      }  
     338         
    333339      for (itRecv = itbRecv; itRecv != iteRecv; ++itRecv) 
    334340      { 
     
    336342        int srcRank = itRecv->first; 
    337343 
    338         if(filterID >=0) // building_graph 
    339         { 
    340            (*CWorkflowGraph::mapFilters_ptr_with_info)[filterID].filter_name = (*itAlgo)->getName(); 
    341         }  
     344         
    342345        if (srcRank != rank) 
    343346        { 
Note: See TracChangeset for help on using the changeset viewer.