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/HOPE/read_hope.pro

    r53 r114  
    111111; 
    112112pro read_hope_event, event 
     113; 
     114  compile_opt idl2, strictarrsubs 
     115; 
    113116   widget_control, event.id, get_uvalue=uval 
    114117   widget_control, event.top, get_uvalue=top_uvalue 
     
    297300; 
    298301FUNCTION read_hope, typein, varnamein, FILENAME = filename, XLIMITS = xlimits, YLIMITS = ylimits,  ZLIMITS = zlimits, TLIMITS = tlimits, ODDPT = oddpt, ODDEVENPT = oddevenpt, EVENPT = evenpt, _extra = ex 
     302; 
     303  compile_opt idl2, strictarrsubs 
     304; 
    299305@common                         ; usefull only for the definition of iodir  
    300306  if n_elements(filename) EQ 0 then filename = isafile(iodirectory = iodir, _extra = ex) 
Note: See TracChangeset for help on using the changeset viewer.