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

    r101 r114  
    3636FUNCTION neighbor, p0lon, p0lat, neighlon, neighlat, sphere = sphere, distance = distance, radians = radians 
    3737; 
     38  compile_opt idl2, strictarrsubs 
     39; 
    3840; somme checks 
    3941  IF  n_elements(p0lon) NE 1 THEN MESSAGE, 'Sorry p0lon must be a scalar' 
Note: See TracChangeset for help on using the changeset viewer.