Re: [Numpy-discussion] A quick f2py question

2007-12-05 Thread Fernando Perez
On Dec 5, 2007 1:05 PM, Pearu Peterson <[EMAIL PROTECTED]> wrote: > On Wed, December 5, 2007 8:38 pm, Fernando Perez wrote: > ... > > And I see this message in the build: > > > > In: mwrep.pyf:mwrep:unknown_interface:createblocks > > _get_depend_dict: no dependence info for 'len' > > This is due to

Re: [Numpy-discussion] A quick f2py question

2007-12-05 Thread Pearu Peterson
On Wed, December 5, 2007 8:38 pm, Fernando Perez wrote: ... > And I see this message in the build: > > In: mwrep.pyf:mwrep:unknown_interface:createblocks > _get_depend_dict: no dependence info for 'len' This is due to a typo introduced in r4511 and is now fixed in r4553. This bug should not affect

[Numpy-discussion] A quick f2py question

2007-12-05 Thread Fernando Perez
Hi all, I have a quick question on f2py. I have a fortran lib I've wrapped for a while and was updating one routine today, when I noticed a message I'm curious about. The .pyf file contains this signature: subroutine createblocks(nnod,ll,nscale,nterms,pp,qq,aoffset,iflag,rintphi,rnorm)