source: XIOS/trunk/src/node/transformation_enum.hpp @ 871

Last change on this file since 871 was 836, checked in by mhnguyen, 8 years ago

Exposing transformation to Fortran interface

+) Export zoom and axis transformation to Fortran interface

Test
+) On Curie
+) All work

File size: 513 bytes
Line 
1#ifndef __XIOS_TRANSFORMATION_ENUM__
2#define __XIOS_TRANSFORMATION_ENUM__
3
4namespace xios
5{
6      /// ////////////////////// Définitions ////////////////////// ///
7      typedef enum transformation_type
8      {
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
15      } ETranformationType;
16
17} // namespace xios
18
19#endif // __XIOS_TRANSFORMATION_ENUM__
Note: See TracBrowser for help on using the repository browser.