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/ToBeReviewed/STRING/strkeywd.pro

    r18 r114  
    7171;------------------------------------------------------------ 
    7272FUNCTION strkeywd, struct 
     73; 
     74  compile_opt idl2, strictarrsubs 
     75; 
    7376   if size(struct, /type) NE 8 then return,  '' 
    7477   tname = tag_names(struct) 
Note: See TracChangeset for help on using the changeset viewer.