Ignore:
Timestamp:
04/08/16 15:00:45 (8 years ago)
Author:
mhnguyen
Message:

Exposing transformation to Fortran interface

+) Export zoom and axis transformation to Fortran interface

Test
+) On Curie
+) All work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/transformation_enum.hpp

    r689 r836  
    77      typedef enum transformation_type 
    88      { 
    9         TRANS_ZOOM_AXIS, 
    10         TRANS_INVERSE_AXIS, 
    11         TRANS_INTERPOLATE_AXIS, 
    12         TRANS_ZOOM_DOMAIN, 
    13         TRANS_INTERPOLATE_DOMAIN, 
    14         TRANS_GENERATE_RECTILINEAR_DOMAIN 
     9        TRANS_ZOOM_AXIS = 0, 
     10        TRANS_INVERSE_AXIS = 1, 
     11        TRANS_INTERPOLATE_AXIS = 2, 
     12        TRANS_ZOOM_DOMAIN = 3, 
     13        TRANS_INTERPOLATE_DOMAIN = 4, 
     14        TRANS_GENERATE_RECTILINEAR_DOMAIN = 5 
    1515      } ETranformationType; 
    1616 
Note: See TracChangeset for help on using the changeset viewer.