source: XIOS/dev/branch_openmp/src/interface/fortran_attr/reduce_domain_to_axis_interface_attr.F90 @ 1545

Last change on this file since 1545 was 1545, checked in by yushan, 6 years ago

branch_openmp merged with trunk r1544

File size: 3.6 KB
Line 
1! * ************************************************************************** *
2! *               Interface auto generated - do not modify                     *
3! * ************************************************************************** *
4#include "../fortran/xios_fortran_prefix.hpp"
5
6MODULE reduce_domain_to_axis_interface_attr
7  USE, INTRINSIC :: ISO_C_BINDING
8
9  INTERFACE
10    ! Do not call directly / interface FORTRAN 2003 <-> C99
11
12    SUBROUTINE cxios_set_reduce_domain_to_axis_direction(reduce_domain_to_axis_hdl, direction, direction_size) BIND(C)
13      USE ISO_C_BINDING
14      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
15      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: direction
16      INTEGER  (kind = C_INT)     , VALUE        :: direction_size
17    END SUBROUTINE cxios_set_reduce_domain_to_axis_direction
18
19    SUBROUTINE cxios_get_reduce_domain_to_axis_direction(reduce_domain_to_axis_hdl, direction, direction_size) BIND(C)
20      USE ISO_C_BINDING
21      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
22      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: direction
23      INTEGER  (kind = C_INT)     , VALUE        :: direction_size
24    END SUBROUTINE cxios_get_reduce_domain_to_axis_direction
25
26    FUNCTION cxios_is_defined_reduce_domain_to_axis_direction(reduce_domain_to_axis_hdl) BIND(C)
27      USE ISO_C_BINDING
28      LOGICAL(kind=C_BOOL) :: cxios_is_defined_reduce_domain_to_axis_direction
29      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
30    END FUNCTION cxios_is_defined_reduce_domain_to_axis_direction
31
32
33    SUBROUTINE cxios_set_reduce_domain_to_axis_local(reduce_domain_to_axis_hdl, local) BIND(C)
34      USE ISO_C_BINDING
35      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
36      LOGICAL (KIND=C_BOOL)      , VALUE :: local
37    END SUBROUTINE cxios_set_reduce_domain_to_axis_local
38
39    SUBROUTINE cxios_get_reduce_domain_to_axis_local(reduce_domain_to_axis_hdl, local) BIND(C)
40      USE ISO_C_BINDING
41      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
42      LOGICAL (KIND=C_BOOL)             :: local
43    END SUBROUTINE cxios_get_reduce_domain_to_axis_local
44
45    FUNCTION cxios_is_defined_reduce_domain_to_axis_local(reduce_domain_to_axis_hdl) BIND(C)
46      USE ISO_C_BINDING
47      LOGICAL(kind=C_BOOL) :: cxios_is_defined_reduce_domain_to_axis_local
48      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
49    END FUNCTION cxios_is_defined_reduce_domain_to_axis_local
50
51
52    SUBROUTINE cxios_set_reduce_domain_to_axis_operation(reduce_domain_to_axis_hdl, operation, operation_size) BIND(C)
53      USE ISO_C_BINDING
54      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
55      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: operation
56      INTEGER  (kind = C_INT)     , VALUE        :: operation_size
57    END SUBROUTINE cxios_set_reduce_domain_to_axis_operation
58
59    SUBROUTINE cxios_get_reduce_domain_to_axis_operation(reduce_domain_to_axis_hdl, operation, operation_size) BIND(C)
60      USE ISO_C_BINDING
61      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
62      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: operation
63      INTEGER  (kind = C_INT)     , VALUE        :: operation_size
64    END SUBROUTINE cxios_get_reduce_domain_to_axis_operation
65
66    FUNCTION cxios_is_defined_reduce_domain_to_axis_operation(reduce_domain_to_axis_hdl) BIND(C)
67      USE ISO_C_BINDING
68      LOGICAL(kind=C_BOOL) :: cxios_is_defined_reduce_domain_to_axis_operation
69      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_domain_to_axis_hdl
70    END FUNCTION cxios_is_defined_reduce_domain_to_axis_operation
71
72  END INTERFACE
73
74END MODULE reduce_domain_to_axis_interface_attr
Note: See TracBrowser for help on using the repository browser.