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_template_decl.cpp

    r621 r630  
    1111#include "inverse_axis.hpp" 
    1212#include "zoom_axis.hpp" 
     13#include "interpolate_axis.hpp" 
    1314 
    1415namespace xios 
     
    2425  template class CObjectTemplate<CInverseAxis>; 
    2526  template class CObjectTemplate<CZoomAxis>; 
     27  template class CObjectTemplate<CInterpolateAxis>; 
    2628 
    2729  template class CObjectTemplate<CContextGroup>; 
     
    3436  template class CObjectTemplate<CInverseAxisGroup>; 
    3537  template class CObjectTemplate<CZoomAxisGroup>; 
     38  template class CObjectTemplate<CInterpolateAxisGroup>; 
    3639} 
Note: See TracChangeset for help on using the changeset viewer.