Changeset 631 for XIOS/trunk/src/type


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

    r630 r631  
    2626    class CInterpolateAxis; 
    2727    class CInterpolateAxisGroup; 
     28    class CZoomDomain; 
     29    class CZoomDomainGroup; 
    2830 
    2931  template <typename T> inline string getStrType(void); 
     
    6870  macro(CInterpolateAxis) 
    6971  macro(CInterpolateAxisGroup) 
     72  macro(CZoomDomain) 
     73  macro(CZoomDomainGroup) 
    7074#undef macro 
    7175} 
Note: See TracChangeset for help on using the changeset viewer.