Ignore:
Timestamp:
09/15/15 17:31:13 (9 years ago)
Author:
mhnguyen
Message:

Modifying the interface of interpolation domain

+) Change node name from interpolate_from_file_domain to interpolate_domain and add some new atrributes
+) Add more tests into test_remap

Test
+) On Curie
+) test_remap works for direct weight calculation and reading weight calculation from file

File:
1 edited

Legend:

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

    r687 r689  
    2828  macro(CInterpolateAxis) 
    2929  macro(CZoomDomain) 
    30   macro(CInterpolateFromFileDomain) 
     30  macro(CInterpolateDomain) 
    3131  macro(CGenerateRectilinearDomain) 
    3232 
     
    4242  macro(CInterpolateAxisGroup) 
    4343  macro(CZoomDomainGroup) 
    44   macro(CInterpolateFromFileDomainGroup) 
     44  macro(CInterpolateDomainGroup) 
    4545  macro(CGenerateRectilinearDomainGroup) 
    4646} 
Note: See TracChangeset for help on using the changeset viewer.