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

    r101 r114  
    7272FUNCTION LL_NARCS_DISTANCES, lon0, lat0, arc_dist, az, DEGREES = degs 
    7373; 
     74  compile_opt idl2, strictarrsubs 
     75; 
     76; 
    7477  IF n_elements(lon0) NE n_elements(lat0) $ 
    7578    OR n_elements(lon0) NE n_elements(arc_dist) $ 
Note: See TracChangeset for help on using the changeset viewer.