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/STRUCTURE/struct2string.pro

    r27 r114  
    4545;------------------------------------------------------------ 
    4646FUNCTION struct2string, struct, CUT_IN_STRING = cut_in_string, MAX_STRUCT_LENGTH = max_struct_length, DIRECT2STRING = direct2string  
     47; 
     48  compile_opt idl2, strictarrsubs 
     49; 
    4750   if size(struct, /type) NE 8 then return,  '' 
    4851   if NOT keyword_set(max_struct_length) then max_struct_length = 10000l 
Note: See TracChangeset for help on using the changeset viewer.