Re: Manipulating data from compiled FORTRAN Code [message #34425] |
Tue, 18 March 2003 04:52 |
Haje Korth
Messages: 651 Registered: May 1997
|
Senior Member |
|
|
Check out the 'external' directory in you IDL folder. You will find some
simple examples on passing variables between IDL and Fortran. If you want to
get more sophisticated, there is always Ronn Kling's book "Calling C from
IDL", but in my case call_external was always easier to implement than DLMs.
Haje
--
"Charles Paxson" <cpaxson@bos.fti-net.com> wrote in message
news:aOqda.7939$jx5.45359314@news.primus.ca...
> Dear Newsgroup,
>
> What is the common way of communicating with compiled FORTRAN? For
> instance, say I generate some data in a FORTRAN module. How can I access
> the arrays that are generated? Or is it typical to write out the shared
> information and read it into IDL?
>
> Thanks,
>
> Charles Paxson
> Frontier Technology
> Beverly, MA
>
>
|
|
|