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/config/node_type.conf

    r621 r630  
    3939#endif //__XIOS_CZoomAxis__ 
    4040 
     41#ifdef __XIOS_CInterpolateAxis__ 
     42   DECLARE_NODE(InterpolateAxis, interpolate_axis) 
     43#endif //__XIOS_CInterpolateAxis__ 
     44 
    4145#ifdef __XIOS_CContext__ 
    4246   DECLARE_NODE_PAR(Context, context) 
Note: See TracChangeset for help on using the changeset viewer.