Ignore:
Timestamp:
03/27/07 15:43:18 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/spl_keep_mean.pro

    r232 r238  
    55; Given the arrays X and Y, which tabulate a function (with the X[i] 
    66; AND Y[i] in ascending order), and given an input value X2, the 
    7 ; SPL_INCR function returns an interpolated value for the given values 
     7; spl_incr function returns an interpolated value for the given values 
    88; of X2. The interpolation method is based on cubic spline, corrected 
    99; in a way that integral of the interpolated values is the same as the 
     
    129129;  yfrst = 0.0d > temporary(yfrst) 
    130130  RETURN, yfrst 
    131  
    132 ;------------------------------------------------------------------ 
    133 ;------------------------------------------------------------------ 
    134131; 
    135132 END 
Note: See TracChangeset for help on using the changeset viewer.