Ignore:
Timestamp:
08/12/08 14:35:46 (16 years ago)
Author:
pinsard
Message:

improvements of headers (typo, links, paragraphes, etc)

File:
1 edited

Legend:

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

    r335 r378  
    77; 
    88; @param X {in}{required}{type=array} 
    9 ; An Array which last dimension is the time dimension so 
    10 ; size n. 
     9; An array which last dimension is the time dimension so size n. 
    1110; 
    1211; @param NT 
     
    1615; double precision arithmetic. 
    1716; 
     17; @keyword NAN 
     18; 
    1819; @hidden 
    1920; 
     
    2223; 
    2324;- 
    24 FUNCTION Skewness_Num, X, nT, Double = Double,  NAN =  nan 
     25FUNCTION skewness_num, x, nt, DOUBLE = double,  NAN =  nan 
    2526; Compute the numerator of the skewness expression 
    2627; 
     
    4950; 
    5051; @param X {in}{required}{type=array} 
    51 ; An Array which last dimension is the time dimension so 
    52 ; size n. 
     52; An array which last dimension is the time dimension so size n. 
    5353; 
    5454; @keyword DOUBLE 
     
    7575;- 
    7676 
    77 FUNCTION skewness_4d, X, DOUBLE = Double,  NVAL =  nval 
     77FUNCTION skewness_4d, x, DOUBLE = double,  NVAL =  nval 
    7878; 
    7979   compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.