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

    r101 r114  
    5050FUNCTION inrecgrid, x1d, y1d, left, bottom, output2d = output2d, checkout = checkout 
    5151; 
     52  compile_opt idl2, strictarrsubs 
     53; 
    5254  ncellx = n_elements(left) 
    5355  ncelly = n_elements(bottom) 
Note: See TracChangeset for help on using the changeset viewer.