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

    r1076 r1261  
    5656                                         CArray<double,1>& dataOut, 
    5757                                         std::vector<bool>& flagInitial,                      
    58                                          bool ignoreMissingValue) 
     58                                         bool ignoreMissingValue, bool firstPass) 
    5959{ 
    60   reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue); 
     60  reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue, firstPass); 
    6161} 
    6262 
Note: See TracChangeset for help on using the changeset viewer.