Re: [Numpy-discussion] f2py related question

2008-09-11 Thread Charles Doutriaux
Thanks robert, That's exactly the information I needed. Thanks for the link too. C. Robert Kern wrote: > On Thu, Sep 11, 2008 at 14:12, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > >> Hello, >> >> I have a quick question that I'm hoping f2py developpers will be able to >> quickly answer >>

Re: [Numpy-discussion] f2py related question

2008-09-11 Thread Robert Kern
On Thu, Sep 11, 2008 at 14:12, Charles Doutriaux <[EMAIL PROTECTED]> wrote: > Hello, > > I have a quick question that I'm hoping f2py developpers will be able to > quickly answer > > I have some C code, input type can be either int or long > I'm trying to write some fortran interface to it > > my u

[Numpy-discussion] f2py related question

2008-09-11 Thread Charles Doutriaux
Hello, I have a quick question that I'm hoping f2py developpers will be able to quickly answer I have some C code, input type can be either int or long I'm trying to write some fortran interface to it my understanding is that integer in fortran corresponds to int integer(kind=2) matches short b