Ignore:
Timestamp:
09/12/17 09:45:29 (7 years ago)
Author:
ymipsl
Message:

backport of rev1260 in trunk.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_extract_domain.cpp

    r1076 r1261  
    6969                                        CArray<double,1>& dataOut, 
    7070                                        std::vector<bool>& flagInitial,                      
    71                                         bool ignoreMissingValue) 
     71                                        bool ignoreMissingValue, bool firstPass) 
    7272{ 
    73   reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue); 
     73  reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue, firstPass); 
    7474} 
    7575 
Note: See TracChangeset for help on using the changeset viewer.