! -*- f90 -*- ! Note: the context of this file is case sensitive. python module mult ! in interface ! in :mult subroutine fmult(a,b,c,n) ! in :mult:mult.f90 real*8 dimension(n) :: a real*8 dimension(n) :: b real*8, intent(out), dimension(n) :: c integer, intent(hide), depend(a) :: n=len(a) end subroutine fmult end interface end python module mult ! This file was auto-generated with f2py (version:2). ! See http://cens.ioc.ee/projects/f2py2e/