source: XIOS/dev/branch_yushan_merged/src/interface/fortran_attr/inverse_axis_interface_attr.F90 @ 1205

Last change on this file since 1205 was 786, checked in by mhnguyen, 8 years ago

Generating interface for transformations

+) Update Fortran interface for other transformations
+) Remove some redundant files
+) Update test to new interface

Test
+) On Curie
+) test_client and test_complete are correct

File size: 488 bytes
Line 
1! * ************************************************************************** *
2! *               Interface auto generated - do not modify                     *
3! * ************************************************************************** *
4#include "../fortran/xios_fortran_prefix.hpp"
5
6MODULE inverse_axis_interface_attr
7  USE, INTRINSIC :: ISO_C_BINDING
8
9  INTERFACE
10    ! Do not call directly / interface FORTRAN 2003 <-> C99
11  END INTERFACE
12
13END MODULE inverse_axis_interface_attr
Note: See TracBrowser for help on using the repository browser.