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/UTILITAIRE/linearequation.pro

    r11 r114  
    4646;------------------------------------------------------------ 
    4747FUNCTION linearequation, point1, point2 
     48; 
     49  compile_opt idl2, strictarrsubs 
     50; 
    4851 
    4952   if size(point1, /type) EQ 6 OR size(point1, /type) EQ 9 then begin 
Note: See TracChangeset for help on using the changeset viewer.