Re: [Numpy-discussion] f2py problem with complex inout in subroutine

2010-07-24 Thread Pearu Peterson
Hi Mark, On Mon, Jul 19, 2010 at 11:49 AM, Mark Bakker wrote: > Thanks for fixing this, Pearu. > Complex arrays with intent(inout) don't seem to work either. > They compile, but a problem occurs when calling the routine. What problem? > Did you fix that as well? I guess so, see below. > Here'

Re: [Numpy-discussion] f2py problem with complex inout in subroutine

2010-07-19 Thread Mark Bakker
Thanks for fixing this, Pearu. Complex arrays with intent(inout) don't seem to work either. They compile, but a problem occurs when calling the routine. Did you fix that as well? Here's an example that doesn't work (sorry, I cannot update to svn 8478 on my machine right now): subroutine test3

Re: [Numpy-discussion] f2py problem with complex inout in subroutine

2010-07-10 Thread Pearu Peterson
On 07/09/2010 02:03 PM, Mark Bakker wrote: > Hello list. The following subroutine fails to compile with f2py. > I use a complex variable with intent(inout). It works fine with two real > variables, so I have a workaround, but it would be nicer with a complex > variable. > Any thoughts on what I a

[Numpy-discussion] f2py problem with complex inout in subroutine

2010-07-09 Thread Mark Bakker
Hello list. The following subroutine fails to compile with f2py. I use a complex variable with intent(inout). It works fine with two real variables, so I have a workaround, but it would be nicer with a complex variable. Any thoughts on what I am doing wrong? Thanks, Mark module bessel contains