Ignore:
Timestamp:
01/03/21 18:00:43 (3 years ago)
Author:
ymipsl
Message:

Adapt transformation algorithm to new infrastructure (on going...)

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/transformation/Functions/reduction_types.hpp

    r979 r1999  
    1010#define __XIOS_REDUCTION_TYPES_HPP__ 
    1111 
    12 namespace xios { 
     12namespace xios 
     13{ 
    1314 
    14   typedef enum reduction_alogirthm_type 
     15  typedef enum reduction_algurithm_type 
    1516  { 
    1617    TRANS_REDUCE_SUM = 0, 
     
    2122  } EReductionType; 
    2223 
     24  enum class EReduction 
     25  { 
     26    sum, min, max, extract, average 
     27  } ; 
    2328} 
    2429#endif // __XIOS_REDUCTION_TYPES_HPP__ 
Note: See TracChangeset for help on using the changeset viewer.