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

    r97 r114  
    44; 
    55function too_cool,_extra=extra 
     6; 
     7  compile_opt idl2, strictarrsubs 
     8; 
    69return,extra 
    710end 
     
    6871 
    6972function string2struct,strVal 
     73; 
     74  compile_opt idl2, strictarrsubs 
     75; 
    7076r = execute('extra = too_cool(' + strVal[0] +')') 
    7177;if r = 0 then user did not enter keywords correctly so 
Note: See TracChangeset for help on using the changeset viewer.