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/ToBeReviewed/STATISTICS/a_correlate2d.pro

    r21 r114  
    6161 
    6262FUNCTION Auto_Cov2d, X, Lag, Double = Double, zero2nan = zero2nan 
     63; 
     64  compile_opt idl2, strictarrsubs 
     65; 
    6366   XDim = SIZE(X, /dimensions) 
    6467   nx = XDim[0] 
     
    7679 
    7780FUNCTION A_Correlate2d, X, Lag, Covariance = Covariance, Double = Double 
     81; 
     82  compile_opt idl2, strictarrsubs 
     83; 
    7884 
    7985;Compute the sample-autocorrelation or autocovariance of (Xt, Xt+l) 
Note: See TracChangeset for help on using the changeset viewer.