Ignore:
Timestamp:
07/05/16 15:59:10 (8 years ago)
Author:
mhnguyen
Message:

Adding new transformation for scalar: Reducing an axis to a scalar

+) Add new xml node for new transformation
+) Add new algorithms for axis reduction
+) Make change in some place to make sure everything work fine

Test
+) On Curie
+) Tests pass and are correct

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/type/type_util.hpp

    r887 r888  
    3434    class CScalar; 
    3535    class CScalarGroup; 
     36    class CReduceAxisToScalar; 
     37    class CReduceAxisToScalarGroup; 
    3638 
    3739  template <typename T> inline string getStrType(void); 
     
    8486  macro(CScalar) 
    8587  macro(CScalarGroup) 
     88  macro(CReduceAxisToScalar) 
     89  macro(CReduceAxisToScalarGroup) 
    8690#undef macro 
    8791} 
Note: See TracChangeset for help on using the changeset viewer.