Changeset 1768 for XIOS/trunk/src/node
- Timestamp:
- 11/14/19 09:57:58 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/trunk/src/node/field.cpp
r1704 r1768 1451 1451 TRY 1452 1452 { 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; 1454 1454 1455 1455 if (instantDataFilter || !hasExpression()) … … 1532 1532 1533 1533 instantDataFilter->connectOutput(temporalFilter, 0); 1534 // 1534 //temporalFilter->tag = buildWorkflowGraph; 1535 1535 1536 1536 temporalFilter->parent_filters.resize(1); … … 1538 1538 1539 1539 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; 1541 1544 1542 1545 // temporalFilter->start_graph = filter_start;
Note: See TracChangeset
for help on using the changeset viewer.