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
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(
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