Changeset 1768 for XIOS/trunk/src/node


Ignore:
Timestamp:
11/14/19 09:57:58 (4 years ago)
Author:
yushan
Message:

trunk : bug fix for workflowgraph

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/field.cpp

    r1704 r1768  
    14511451   TRY 
    14521452   { 
    1453      if(CXios::isClient) std::cout<<"getSelfReference field_id = "<<this->getId()<<" start_graph = "<<start_graph<<" end_graph = "<<end_graph<<std::endl; 
     1453     //if(CXios::isClient) std::cout<<"getSelfReference field_id = "<<this->getId()<<" start_graph = "<<start_graph<<" end_graph = "<<end_graph<<std::endl; 
    14541454 
    14551455     if (instantDataFilter || !hasExpression()) 
     
    15321532 
    15331533       instantDataFilter->connectOutput(temporalFilter, 0); 
    1534        // temporalFilter->tag = buildWorkflowGraph; 
     1534       //temporalFilter->tag = buildWorkflowGraph; 
    15351535        
    15361536       temporalFilter->parent_filters.resize(1); 
     
    15381538        
    15391539 
    1540        if(temporalFilter->parent_filters[0]->tag) temporalFilter->tag=true; 
     1540       //if(temporalFilter->parent_filters[0]->tag) temporalFilter->tag=true; 
     1541       temporalFilter->tag = temporalFilter->parent_filters[0]->tag; 
     1542       temporalFilter->start_graph = temporalFilter->parent_filters[0]->start_graph; 
     1543       temporalFilter->end_graph = temporalFilter->parent_filters[0]->end_graph; 
    15411544 
    15421545       // temporalFilter->start_graph = filter_start; 
Note: See TracChangeset for help on using the changeset viewer.