Changeset 1082 for XIOS/trunk


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

Tested on Ada machine

Location:
XIOS/trunk/src/transformation
Files:
2 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 
  • XIOS/trunk/src/transformation/scalar_algorithm_reduce_axis.hpp

    r980 r1082  
    3333                     CArray<double,1>& dataOut, 
    3434                     std::vector<bool>& flagInitial, 
    35                      const double& defaultValue); 
     35                     bool ignoreMissingValue); 
    3636 
    3737  virtual void updateData(CArray<double,1>& dataOut); 
Note: See TracChangeset for help on using the changeset viewer.