Ignore:
Timestamp:
12/06/17 08:34:41 (6 years ago)
Author:
rlacroix
Message:

Support reentrant workflows and workflows with temporal integration for fields read from files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/temporal_filter.cpp

    r1286 r1358  
    7676  } 
    7777 
     78  bool CTemporalFilter::mustAutoTrigger() const 
     79  { 
     80    return true; 
     81  } 
     82 
    7883  bool CTemporalFilter::isDataExpected(const CDate& date) const 
    7984  { 
Note: See TracChangeset for help on using the changeset viewer.