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/source_filter.cpp

    r1646 r1668  
    44#include "calendar_util.hpp" 
    55#include <limits>  
     6#include "workflow_graph.hpp" 
    67 
    78namespace xios 
     
    1112                               const CDuration offset /*= NoneDu*/, bool manualTrigger /*= false*/, 
    1213                               bool hasMissingValue /*= false*/, 
    13                                double defaultValue /*= 0.0*/) 
    14     : COutputPin(gc, manualTrigger) 
     14                               double defaultValue /*= 0.0*/, 
     15                               bool buildWorkflowGraph /*= false*/) 
     16    : COutputPin(gc, manualTrigger, buildWorkflowGraph) 
    1517    , grid(grid) 
    1618    , compression(compression) 
Note: See TracChangeset for help on using the changeset viewer.