Ignore:
Timestamp:
01/25/17 16:25:17 (7 years ago)
Author:
yushan
Message:

initialize the branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_yushan/src/filter/temporal_filter.cpp

    r1018 r1037  
    1515    , isFirstOperation(true) 
    1616  { 
    17     double defaultValue = ignoreMissingValue ? std::numeric_limits<double>::quiet_NaN() : missingValue; 
    18      
    1917#define DECLARE_FUNCTOR(MType, mtype) \ 
    2018    if (opId.compare(#mtype) == 0) \ 
     
    2220      if (ignoreMissingValue) \ 
    2321      { \ 
    24         functor.reset(new func::C##MType(tmpData, defaultValue)); \ 
     22        functor.reset(new func::C##MType(tmpData, missingValue)); \ 
    2523      } \ 
    2624      else \ 
Note: See TracChangeset for help on using the changeset viewer.