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