by Trae <traewinter@[EMAIL PROTECTED]
>
Mar 26, 2008 at 07:47 AM
On Mar 25, 6:56 am, Brian Larsen <balar...@[EMAIL PROTECTED]
> wrote:
> I think that call_external() is saving some information
> somewhere. There is a flag to call_external() to stop that and that
> seems to help but not totally work... oddness.
Very odd. I haven't had these problems with call_external. Which
version of IDL are you using? I'm staying with an old version until
that beast of a dissertation is done. I wonder if call_external has
changed?
As a general note, using call_external, especially with the auto_glue
feature, is expensive computationally. It's usually best to roll your
own programs in IDL rather than try to im****t C codes. Unless you are
doing something ridiculously nerdy like generating Sobol numbers, or
something. :)
-Trae