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

Implementing zooming on a domain

+) Add algorithm to do zooming on a domain
+) Remove some redundant codes

Test
+) On Curie
+) test_complete and test_client are correct

File:
1 edited

Legend:

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

    r630 r631  
    77#include "file.hpp" 
    88#include "variable.hpp" 
    9 //#include "transformation.hpp" 
    109#include "inverse_axis.hpp" 
    1110#include "zoom_axis.hpp" 
    1211#include "interpolate_axis.hpp" 
     12#include "zoom_domain.hpp" 
    1313 
    1414namespace xios 
     
    3131    macro( ZoomAxis ) 
    3232    macro( InterpolateAxis ) 
     33    macro( ZoomDomain ) 
    3334  } 
    3435} 
Note: See TracChangeset for help on using the changeset viewer.