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/Interpolation/cutsegment.pro

    r101 r114  
    4343;- 
    4444FUNCTION cutsegment, x0, y0, x1, y1, n, endpoints = endpoints, onsphere = onsphere 
     45; 
     46  compile_opt idl2, strictarrsubs 
     47; 
    4548; number of segment 
    4649  nseg = n_elements(x0)  
Note: See TracChangeset for help on using the changeset viewer.