[Numpy-discussion] f2py function name issues
Sameer Grover
sameer.grover.1@gmail....
Fri Mar 9 14:05:33 CST 2012
subroutine union ()
write(*,*)'Hello from Fortran90!!!'
end subroutine union
f2py is unable to wrap this function. Changing the name of the
subroutine from 'union' to something else works. I understand that
problems like these have been reported a long time ago
(http://cens.ioc.ee/pipermail/f2py-users/2003-November/000605.html)
with some other function names as well.
This looks like a bug to me or is there something I'm missing?
Regards,
Sameer Grover
More information about the NumPy-Discussion
mailing list