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 _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
