Re: [f2py] Wraping Fortran code with allocatable arrays.
Pearu Peterson <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
On 07/16/2010 12:20 PM, Jürgen Wieferink wrote: > Allocatable arrays in subprocedure interfaces, on the other hand, > are a rather new feature, not introduced before Fortran 2003. It is > by no way supported by f2py. Btw, f2py has basic support for allocatable arrays. See http://cens.ioc.ee/projects/f2py2e/usersguide/index.html#allocatable-arrays for examples. Pearu