Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Utilities/isafile.pro

    r97 r114  
    6060                  , ONLYNC = onlync, _extra = ex 
    6161;------------------------------------------------------------ 
     62; 
     63  compile_opt idl2, strictarrsubs 
     64; 
    6265  CASE 1 OF 
    6366    (size(filein, /type))[0] EQ 7:fileout = filein 
    64     keyword_set(filename):fileout = filename 
     67    keyword_set(filename):fileout = filename[0] 
    6568    ELSE:fileout = 'file that is not existing' 
    6669  ENDCASE 
Note: See TracChangeset for help on using the changeset viewer.