Ignore:
Timestamp:
09/11/17 17:06:38 (7 years ago)
Author:
ymipsl
Message:

Buf fix in reduction. Missing value update was not set correctly

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_reduce_domain.cpp

    r1204 r1260  
    7777                                       CArray<double,1>& dataOut, 
    7878                                       std::vector<bool>& flagInitial,                      
    79                                        bool ignoreMissingValue) 
     79                                       bool ignoreMissingValue, bool firstPass) 
    8080{ 
    81   reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue); 
     81  reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue, firstPass); 
    8282} 
    8383 
Note: See TracChangeset for help on using the changeset viewer.