Ignore:
Timestamp:
11/14/19 10:11:34 (5 years ago)
Author:
yushan
Message:

dev_trunk_omp : bug fix for workflowgraph

File:
1 edited

Legend:

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

    r1689 r1769  
    14581458   TRY 
    14591459   { 
    1460      if(CXios::isClient) std::cout<<"getSelfReference field_id = "<<this->getId()<<" start_graph = "<<start_graph<<" end_graph = "<<end_graph<<std::endl; 
     1460     //if(CXios::isClient) std::cout<<"getSelfReference field_id = "<<this->getId()<<" start_graph = "<<start_graph<<" end_graph = "<<end_graph<<std::endl; 
    14611461 
    14621462     if (instantDataFilter || !hasExpression()) 
     
    15451545        
    15461546 
    1547        if(temporalFilter->parent_filters[0]->tag) temporalFilter->tag=true; 
     1547      //  if(temporalFilter->parent_filters[0]->tag) temporalFilter->tag=true; 
     1548      temporalFilter->tag = temporalFilter->parent_filters[0]->tag; 
     1549      temporalFilter->start_graph = temporalFilter->parent_filters[0]->start_graph; 
     1550      temporalFilter->end_graph = temporalFilter->parent_filters[0]->end_graph; 
    15481551 
    15491552       // temporalFilter->start_graph = filter_start; 
Note: See TracChangeset for help on using the changeset viewer.