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

    r31 r114  
    4747;------------------------------------------------------------ 
    4848FUNCTION union, a, b 
     49; 
     50  compile_opt idl2, strictarrsubs 
     51; 
    4952IF a[0] LT 0 THEN RETURN, b    ;A union NULL = a 
    5053IF b[0] LT 0 THEN RETURN, a    ;B union NULL = b 
Note: See TracChangeset for help on using the changeset viewer.