Re: [f2py] "natural" Fortran calling conventions?
Thomas Breuel <[email protected]>
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
> Yes, use intent(cache). Then f2py just passes the array to Fortran > without any checks and transformations. Thanks, but I do want checks, I just don't want transformations. Tom