Re: Fortran <-> IDL? [message #13093] |
Mon, 12 October 1998 00:00 |
David Kastrup
Messages: 33 Registered: February 1998
|
Member |
|
|
Liam Gumley <Liam.Gumley@ssec.wisc.edu> writes:
> Sang-Heon Shim wrote:
>> Is there fortran to IDL or IDL to fortran conversion program?
>
> No. You'll need a human to do it.
But it will usually end up faster if you just compile the Fortran
routines and call them with call_external (you might need to use a
small C wrapper around it for passing the arguments).
--
David Kastrup Phone: +49-234-700-5570
Email: dak@neuroinformatik.ruhr-uni-bochum.de Fax: +49-234-709-4209
Institut f�r Neuroinformatik, Universit�tsstr. 150, 44780 Bochum, Germany
|
|
|
|