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/type/type_util.hpp

    r621 r630  
    2424    class CZoomAxis; 
    2525    class CZoomAxisGroup; 
     26    class CInterpolateAxis; 
     27    class CInterpolateAxisGroup; 
    2628 
    2729  template <typename T> inline string getStrType(void); 
     
    6466  macro(CZoomAxis) 
    6567  macro(CZoomAxisGroup) 
     68  macro(CInterpolateAxis) 
     69  macro(CInterpolateAxisGroup) 
    6670#undef macro 
    6771} 
Note: See TracChangeset for help on using the changeset viewer.