source: XIOS/dev/branch_openmp/src/interface/fortran_attr/reduce_axis_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: 1.6 KB
Line 
1! * ************************************************************************** *
2! *               Interface auto generated - do not modify                     *
3! * ************************************************************************** *
4#include "../fortran/xios_fortran_prefix.hpp"
5
6MODULE reduce_axis_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_axis_to_axis_operation(reduce_axis_to_axis_hdl, operation, operation_size) BIND(C)
13      USE ISO_C_BINDING
14      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_axis_to_axis_hdl
15      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: operation
16      INTEGER  (kind = C_INT)     , VALUE        :: operation_size
17    END SUBROUTINE cxios_set_reduce_axis_to_axis_operation
18
19    SUBROUTINE cxios_get_reduce_axis_to_axis_operation(reduce_axis_to_axis_hdl, operation, operation_size) BIND(C)
20      USE ISO_C_BINDING
21      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_axis_to_axis_hdl
22      CHARACTER(kind = C_CHAR)    , DIMENSION(*) :: operation
23      INTEGER  (kind = C_INT)     , VALUE        :: operation_size
24    END SUBROUTINE cxios_get_reduce_axis_to_axis_operation
25
26    FUNCTION cxios_is_defined_reduce_axis_to_axis_operation(reduce_axis_to_axis_hdl) BIND(C)
27      USE ISO_C_BINDING
28      LOGICAL(kind=C_BOOL) :: cxios_is_defined_reduce_axis_to_axis_operation
29      INTEGER (kind = C_INTPTR_T), VALUE :: reduce_axis_to_axis_hdl
30    END FUNCTION cxios_is_defined_reduce_axis_to_axis_operation
31
32  END INTERFACE
33
34END MODULE reduce_axis_to_axis_interface_attr
Note: See TracBrowser for help on using the repository browser.