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

    r101 r114  
    3030; 
    3131FUNCTION fsnspp, plam, pphi, DOUBLE = double 
     32; 
     33  compile_opt idl2, strictarrsubs 
     34; 
    3235  IF keyword_set(double) THEN BEGIN 
    3336    a = 2.d * tan( !dpi/4.d - !dpi/180.d*pphi/2.d ) 
     
    6164; 0. read oceanic grid parameters 
    6265; ================================ 
     66; 
     67; 
     68  compile_opt idl2, strictarrsubs 
    6369; 
    6470  IF keyword_set(IODIRECTORY) THEN BEGIN 
Note: See TracChangeset for help on using the changeset viewer.