Home »
Public Forums »
archive »
Trouble finding procedure files
Trouble finding procedure files [message #53781] |
Mon, 30 April 2007 07:25 |
Ryan.
Messages: 77 Registered: March 2006
|
Member |
|
|
Dear All,
I have a procedure that I have modified from an older version that IDL
cannot seem to find. My old routine was called
'gen_wkly_snr_dates.pro' and the new one is called
'gen_wkly_snr_dates_v2.pro'. I moved the old procedure out of any of
the folders in the path to test the new one. This is what happens
when I attempt to compile it:
IDL> .compile gen_wkly_snr_dates_v2
% Compiled module: GEN_WKLY_SNR_DATES.
IDL> gen_wkly_snr_dates_v2
% Compiled module: GEN_WKLY_SNR_DATES_V2.
% Attempt to call undefined procedure/function:
'GEN_WKLY_SNR_DATES_V2'.
% Execution halted at: $MAIN$
It compiles the old routine when I want it to compile the new one.
The new one is in the current working directory. I've tried exiting
IDL and restarting but I get the same message. What is wrong?
Thanks in Advance,
Ryan.
|
|
|
Current Time: Sat Oct 11 10:09:58 PDT 2025
Total time taken to generate the page: 0.71851 seconds