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/xml_parser_decl.cpp

    r621 r630  
    77#include "file.hpp" 
    88#include "variable.hpp" 
    9 #include "transformation.hpp" 
     9//#include "transformation.hpp" 
     10#include "inverse_axis.hpp" 
     11#include "zoom_axis.hpp" 
     12#include "interpolate_axis.hpp" 
    1013 
    1114namespace xios 
     
    2730    macro( InverseAxis ) 
    2831    macro( ZoomAxis ) 
     32    macro( InterpolateAxis ) 
    2933  } 
    3034} 
Note: See TracChangeset for help on using the changeset viewer.