Ignore:
Timestamp:
04/04/17 15:16:05 (7 years ago)
Author:
aclsce
Message:
  • Fixed bug with axis reduction

Tested on Ada machine

File:
1 edited

Legend:

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

    r1018 r1082  
    8888                                         CArray<double,1>& dataOut, 
    8989                                         std::vector<bool>& flagInitial, 
    90                                          const double& defaultValue) 
     90                                       bool ignoreMissingValue) 
    9191{ 
    92   reduction_->apply(localIndex, dataInput, dataOut, flagInitial, defaultValue); 
     92  reduction_->apply(localIndex, dataInput, dataOut, flagInitial, ignoreMissingValue); 
    9393} 
    9494 
Note: See TracChangeset for help on using the changeset viewer.