blob: 516bb292faf9d1c45a9ff80dd39c8c36cc310c8d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
!%f90 -*- f90 -*-
python module foo
interface
subroutine exp1(l,u,n)
real*8 dimension(2) :: l
real*8 dimension(2) :: u
integer*4 :: n
end subroutine exp1
end interface
end python module foo
! This file was auto-generated with f2py
! (version:2.298).
! See http://cens.ioc.ee/projects/f2py2e/
|