tmp
/
pip-install-ghxuqwgs
/numpy_78e94bf2b6094bf9a1f3d92042f9bf46
/numpy
/distutils
/tests
/f2py_ext
/src
/fib2.pyf
! -*- f90 -*- | |
python module fib2 | |
interface | |
subroutine fib(a,n) | |
real*8 dimension(n),intent(out),depend(n) :: a | |
integer intent(in) :: n | |
end subroutine fib | |
end interface | |
end python module fib2 | |