summaryrefslogtreecommitdiff
path: root/numpy/f2py/docs/pyforttest.pyf
blob: 79a9ae205f7317205f6f4783cade269ac0e4263e (plain)
1
2
3
4
5
subroutine foo(a,m,n)
integer m = size(a,1)
integer n = size(a,2)
real, intent(inout) :: a(m,n)
end subroutine foo