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

    r31 r114  
    3535;------------------------------------------------------------ 
    3636function zeroun, n1,n2 
     37; 
     38  compile_opt idl2, strictarrsubs 
     39; 
    3740   CASE N_PARAMS() OF 
    3841      1:return, findgen(n1) mod 2 
Note: See TracChangeset for help on using the changeset viewer.