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/WIDGET/AUTOUR_de_XXX/selectfile.pro

    r74 r114  
    11;********************************************************************* 
    22PRO selectfile_event, event 
     3; 
     4; 
     5  compile_opt idl2, strictarrsubs 
    36; 
    47@common 
     
    142145;********************************************************************* 
    143146FUNCTION selectfile, datafilename, idlfile, argspro, _extra = ex 
     147; 
     148; 
     149  compile_opt idl2, strictarrsubs 
    144150; 
    145151@common 
Note: See TracChangeset for help on using the changeset viewer.