Re: [Numpy-discussion] problems with multiple outputs with numpy.nditer

2011-08-10 Thread George Nurser
Works fine with the [...]s. Thanks very much. --George On 10 August 2011 17:15, Mark Wiebe wrote: > On Wed, Aug 10, 2011 at 3:45 AM, George Nurser wrote: >> >> Hi, >> I'm running numpy 1.6.1rc2 + python 2.7.1 64-bit from python.org on OSX >> 10.6.8. >> >> I have a f2py'd fortran routine that in

Re: [Numpy-discussion] problems with multiple outputs with numpy.nditer

2011-08-10 Thread Mark Wiebe
On Wed, Aug 10, 2011 at 3:45 AM, George Nurser wrote: > Hi, > I'm running numpy 1.6.1rc2 + python 2.7.1 64-bit from python.org on OSX > 10.6.8. > > I have a f2py'd fortran routine that inputs and outputs fortran real*8 > scalars, and I normally call it like > > tu,tv,E,El,IF,HF,HFI = LW.rotate2u(

[Numpy-discussion] problems with multiple outputs with numpy.nditer

2011-08-10 Thread George Nurser
Hi, I'm running numpy 1.6.1rc2 + python 2.7.1 64-bit from python.org on OSX 10.6.8. I have a f2py'd fortran routine that inputs and outputs fortran real*8 scalars, and I normally call it like tu,tv,E,El,IF,HF,HFI = LW.rotate2u(u,v,NN,ff,0) I now want to call it over 2D arrays UT,VT,N,f Using st