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/MATRICE/colle.pro

    r31 r114  
    7070;------------------------------------------------------------ 
    7171   PRO UNDEFINE, varname   
     72; 
     73  compile_opt idl2, strictarrsubs 
     74; 
    7275      tempvar = SIZE(TEMPORARY(varname)) 
    7376   END 
     
    7578;------------------------------------------------------------ 
    7679FUNCTION colle, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, a11, a12, a13, a14, a15, a16, a17, a18, a19, a20, SAUVE = sauve 
     80; 
     81  compile_opt idl2, strictarrsubs 
     82; 
    7783   res = -1 
    7884;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.