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

    r101 r114  
    66FUNCTION extrapolate, zinput, maskinput, nb_iteration, x_periodic = x_periodic, MINVAL = minval, MAXVAL = maxval 
    77; 
    8   compile_opt strictarr, strictarrsubs  
     8  compile_opt idl2, strictarrsubs  
    99; 
    1010; check the number of iteration used in the extrapolation. 
Note: See TracChangeset for help on using the changeset viewer.