Ignore:
Timestamp:
05/22/19 17:26:47 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1663. static graph OK with EP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/pass_through_filter.cpp

    r641 r1668  
    33namespace xios 
    44{ 
    5   CPassThroughFilter::CPassThroughFilter(CGarbageCollector& gc) 
    6     : CFilter(gc, 1, this) 
     5  CPassThroughFilter::CPassThroughFilter(CGarbageCollector& gc, bool buildWorkflowGraph /*= false*/) 
     6    : CFilter(gc, 1, this, buildWorkflowGraph) 
    77  { /* Nothing to do */ } 
    88 
Note: See TracChangeset for help on using the changeset viewer.