Home »
Public Forums »
archive »
Resolve_All problem
Resolve_All problem [message #82538] |
Mon, 17 December 2012 04:07 |
Seb
Messages: 15 Registered: January 2006
|
Junior Member |
|
|
Hi all,
Having trouble using Resolve_All. I am using IDL Version 8.0.1 (linux x86 m32). My IDL script EXTRACT_ANALYSIS_1 runs perfectly fine in normal IDL mode. But when I try to save the script as a .sav file I get the following error.
IDL> .compile extract_analysis_1
% Compiled module: EXTRACT_ANALYSIS_1.
IDL> resolve_all
% Compiled module: RESOLVE_ALL.
% Compiled module: CALDAT.
% Compiled module: JULDAY.
% Compiled module: NCREAD.
% Compiled module: REGRID.
% Compiled module: LIST.
% Attempt to call undefined procedure/function: 'LIST'.
% Error occurred at: RESOLVE_ALL_BODY 289
/usr/local/itt/idl/idl80/lib/resolve_all.pro
% RESOLVE_ALL 365
/usr/local/itt/idl/idl80/lib/resolve_all.pro
% $MAIN$
% Execution halted at: $MAIN$
IDL>
Trying the same on a different server that runs IDL Version 7.1 (linux x86_64 m64) it works fine despite a procedure or function named LIST not being present.
I do not call a procedure/function named LIST in my script. And I was not able to work out where it is actually being called.
Any help is much appreciated.
Many thanks,
Sebastian
|
|
|
Current Time: Wed Oct 08 15:53:25 PDT 2025
Total time taken to generate the page: 0.00410 seconds