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'
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
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
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