[Numpy-discussion] f2py function name issues

2012-03-09 Thread Sameer Grover
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

Re: [Numpy-discussion] f2py function name issues

2012-03-09 Thread Pauli Virtanen
09.03.2012 21:05, Sameer Grover kirjoitti: 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

Re: [Numpy-discussion] f2py function name issues

2012-03-09 Thread Sameer Grover
Thank you very much for the clarification. It would be nice if this were mentioned in the documentation. Sameer On 10 March 2012 01:59, Pauli Virtanen p...@iki.fi wrote: 09.03.2012 21:05, Sameer Grover kirjoitti: subroutine union ()    write(*,*)'Hello from Fortran90!!!' end subroutine union