[f2py] updatevars
KASSBOHM <[email protected]> Tue, 28 Aug 2012 19:06:40 +0300 (EEST)
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <alpine.DEB.2.02.1208281903400.25297@thnkpd> |
I have a Fortran declaration: CHARACTER FORMS(NFORM)*4 f2py says: updatevars: "character forms(nform)*4" is mapped to "character forms(nform,4)" What does this mean? Isn't that something different? Why is this mapping done? Any help appreciated... Regards, Sven