Ignore:
Timestamp:
07/07/15 10:46:25 (9 years ago)
Author:
mhnguyen
Message:

Implementing interpolation (polynomial) and correct some bugs

+) Implement interpolation (polynomial)
+) Correct some minor bugs relating to memory allocation
+) Clear some redundant codes

Test
+) On Curie
+) test_client and test_complete pass

File:
1 edited

Legend:

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

    r621 r630  
    2626  macro(CInverseAxis) 
    2727  macro(CZoomAxis) 
     28  macro(CInterpolateAxis) 
    2829 
    2930  macro(CFieldGroup) 
     
    3637  macro(CInverseAxisGroup) 
    3738  macro(CZoomAxisGroup) 
     39  macro(CInterpolateAxisGroup) 
    3840} 
Note: See TracChangeset for help on using the changeset viewer.