Ignore:
Timestamp:
02/01/21 11:54:16 (3 years ago)
Author:
yushan
Message:

Graph intermediate commit to a tmp branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_graph/src/node/field.cpp

    r2023 r2026  
    554554    { 
    555555      inputFilter = std::shared_ptr<CPassThroughFilter>(new CPassThroughFilter(gc));  
    556       if(buildGraph_) 
     556      /*if(buildGraph_) 
    557557      { 
    558558        std::cout<<"============== field "<<this->getId()<<" calls a pass through filter ============== "<<inputFilter<<" ***** "<<CXios::isClient<<std::endl; 
     
    560560        inputFilter->graphPackage = new CGraphPackage; 
    561561        inputFilter->graphPackage->inFields.push_back(this); 
    562       } 
     562      }*/ 
    563563    } 
    564564      
     
    570570      { 
    571571        (*fieldRef).build_workflow_graph.set(build_workflow_graph);  
    572         inputFilter->label_field_id = fieldRef->getId();  
     572        //inputFilter->label_field_id = fieldRef->getId();  
    573573      }     
    574574      else 
     
    642642        inputFilter->graphPackage = new CGraphPackage; 
    643643        inputFilter->graphPackage->inFields.push_back(this); 
     644        inputFilter->label_field_id = getDirectFieldReference()->getId();  
    644645      } 
    645646    } 
Note: See TracChangeset for help on using the changeset viewer.