Ignore:
Timestamp:
06/12/06 10:29:56 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Interpolation *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r69 r101  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME:spl_fstdrv 
    65; 
    7 ; PURPOSE: SPL_FSTDRV returns the values of the first derivative of 
     6; @file_comments SPL_FSTDRV returns the values of the first derivative of 
    87; the interpolating function at the points X2i. it is a double 
    98; precision array. 
     
    1514; in a way that interpolated value are also in ascending order 
    1615; 
    17 ; CATEGORY: 
     16; @examples  y2 =  spl_fstdrv(x, y, yscd, x2) 
    1817; 
    19 ; CALLING SEQUENCE: y2 =  spl_fstdrv(x, y, yscd, x2) 
    20 ; 
    21 ; INPUTS: 
    22 ; 
    23 ;    x: An n-element (at least 2) input vector that specifies the 
     18;    @param x {in}{required}  An n-element (at least 2) input vector that specifies the 
    2419;    tabulate points in ascending order. 
    2520; 
    26 ;    y: f(x) = y. An n-element input vector that specifies the values 
     21;    @param y {in}{required} f(x) = y. An n-element input vector that specifies the values 
    2722;    of the tabulated function F(Xi) corresponding to Xi. 
    2823; 
    29 ;    yscd: The output from SPL_INIT for the specified X and Y. 
     24;    @param yscd {in}{required} The output from SPL_INIT for the specified X and Y. 
    3025; 
    31 ;    x2: The input values for which the first derivative values are 
     26;    @param x2 {in}{required} The input values for which the first derivative values are 
    3227;    desired. X can be scalar or an array of values. 
    3328 
    34 ; KEYWORD PARAMETERS: none 
    35 ; 
    36 ; OUTPUTS:  
     29; @returns  
    3730; 
    3831;    y2: f'(x2) = y2.  
    3932; 
    40 ; COMMON BLOCKS: none 
    4133; 
    42 ; SIDE EFFECTS: ? 
    43 ; 
    44 ; RESTRICTIONS: ? 
    45 ; 
    46 ; EXAMPLE: 
    47 ; 
    48 ; MODIFICATION HISTORY: 
    49 ;  Sebastien Masson (smasson@lodyc.jussieu.fr): May 2005 
     34; @history 
     35;  Sebastien Masson (smasson\@lodyc.jussieu.fr): May 2005 
    5036;- 
    5137;------------------------------------------------------------ 
Note: See TracChangeset for help on using the changeset viewer.