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

    r977 r979  
    1313#include "grid.hpp" 
    1414#include "grid_transformation_factory_impl.hpp" 
     15#include "reduction.hpp" 
    1516 
    1617#include "reduction.hpp" 
     
    7071} 
    7172 
     73void CScalarAlgorithmReduceScalar::updateData(CArray<double,1>& dataOut) 
     74{ 
     75  reduction_->updateData(dataOut); 
     76} 
     77 
    7278CScalarAlgorithmReduceScalar::~CScalarAlgorithmReduceScalar() 
    7379{ 
Note: See TracChangeset for help on using the changeset viewer.