Ignore:
Timestamp:
10/18/16 11:08:11 (8 years ago)
Author:
mhnguyen
Message:

Ticket 110: Implementing domain reduction to scalar

+) Add xml node for this new transformation
+) Add algorithm for this new transformation

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/object_template_decl.cpp

    r960 r976  
    2626  template class CObjectTemplate<CExpandDomain>; 
    2727  template class CObjectTemplate<CExtractAxisToScalar>; 
     28  template class CObjectTemplate<CReduceDomainToScalar>; 
    2829 
    2930  template class CObjectTemplate<CContextGroup>; 
     
    4748  template class CObjectTemplate<CExpandDomainGroup>; 
    4849  template class CObjectTemplate<CExtractAxisToScalarGroup>; 
     50  template class CObjectTemplate<CReduceDomainToScalarGroup>; 
    4951} 
Note: See TracChangeset for help on using the changeset viewer.