Re: [f2py] updatevars
Pearu Peterson <[email protected]> Thu, 30 Aug 2012 14:48:42 +0300
| Newsgroups | gmane.comp.python.f2py.user |
|---|---|
| Message-ID | <[email protected]> |
This mapping was introduced to avoid implementing general support for character arrays due to various limitations (time, mostly), but still make it possible to pass this kind of character arrays to Fortran routines (as from memory access point of view they are identical), although, the proper usage might be cumbersome. HTH, Pearu On 08/28/2012 07:06 PM, KASSBOHM wrote: > 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 > > > > > > _______________________________________________ > f2py-users mailing list > f2py-users-Y4l6ocDipWCuvFJfX82//[email protected] > http://cens.ioc.ee/mailman/listinfo/f2py-users >