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

    r887 r888  
    2020  template class CObjectTemplate<CGenerateRectilinearDomain>; 
    2121  template class CObjectTemplate<CScalar>; 
     22  template class CObjectTemplate<CReduceAxisToScalar>; 
    2223 
    2324  template class CObjectTemplate<CContextGroup>; 
     
    3536  template class CObjectTemplate<CGenerateRectilinearDomainGroup>; 
    3637  template class CObjectTemplate<CScalarGroup>; 
     38  template class CObjectTemplate<CReduceAxisToScalarGroup>; 
    3739} 
Note: See TracChangeset for help on using the changeset viewer.