Ignore:
Timestamp:
03/08/19 16:59:14 (5 years ago)
Author:
oabramkina
Message:

Corrections for workflow visualization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/filter/output_pin.cpp

    r1653 r1654  
    1010    , buildWorkflowGraph(buildWorkflowGraph) 
    1111  { 
    12     filterId = InvalidableObject::count; 
    13     InvalidableObject::count++; 
     12    if (buildWorkflowGraph) 
     13    { 
     14      filterId = InvalidableObject::count; 
     15      InvalidableObject::count++; 
     16    } 
    1417  } 
    1518 
     
    4952    } 
    5053    else 
     54    { 
    5155      deliverOuput(packet); 
     56    } 
    5257  } 
    5358 
Note: See TracChangeset for help on using the changeset viewer.