Ignore:
Timestamp:
10/24/16 16:16:31 (8 years ago)
Author:
mhnguyen
Message:

Implementing AVERAGE operation

+) Add average operation for reduction transformation

Test
+) On Curie
+) Correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/axis_algorithm_reduce_domain.hpp

    r933 r979  
    3535                     const double& defaultValue); 
    3636 
     37  virtual void updateData(CArray<double,1>& dataOut); 
     38   
    3739  virtual ~CAxisAlgorithmReduceDomain(); 
    3840 
     
    4749  ReduceDirection dir_; 
    4850protected: 
    49   void computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs); 
    50  
     51  void computeIndexSourceMapping_(const std::vector<CArray<double,1>* >& dataAuxInputs);  
     52   
    5153protected: 
    5254  CReductionAlgorithm* reduction_; 
Note: See TracChangeset for help on using the changeset viewer.