Ignore:
Timestamp:
12/13/07 17:22:35 (17 years ago)
Author:
pinsard
Message:

modification of headers : mainly blanks around = sign for keywords in declaration of function and pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STATISTICS/c_timecorrelate.pro

    r325 r327  
    3030; 
    3131;- 
    32 FUNCTION timecross_cov, xd, yd, m, nt, ndim, DOUBLE = double, ZERO2NAN = zero2nan 
     32FUNCTION timecross_cov, xd, yd, m, nt, ndim, DOUBLE=double, ZERO2NAN=zero2nan 
    3333; 
    3434  compile_opt hidden 
     
    5959; This function computes the "time cross correlation" Pxy(L) or 
    6060; the "time cross covariance" between 2 arrays (this is some 
    61 ; kind of c_correlate but for multidimensional arrays) as a 
     61; kind of <proidl>C_CORRELATE</proidl> but for multidimensional arrays) as a 
    6262; function of the lag (L). 
    6363; 
     
    114114; 
    115115;- 
    116 FUNCTION c_timecorrelate, x, y, lag, COVARIANCE = covariance, DOUBLE = double 
     116FUNCTION c_timecorrelate, x, y, lag, COVARIANCE=covariance, DOUBLE=double 
    117117; 
    118118 
Note: See TracChangeset for help on using the changeset viewer.