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/isadirectory.pro

    r97 r114  
    3737FUNCTION isadirectory, directoryin, TITLE = title, IODIRECTORY = iodirectory, _extra = ex 
    3838; 
     39; 
     40  compile_opt idl2, strictarrsubs 
     41; 
    3942  CASE 1 OF 
    4043    (size(directoryin, /type))[0] EQ 7:directory = directoryin 
Note: See TracChangeset for help on using the changeset viewer.