Ignore:
Timestamp:
07/12/06 11:52:09 (18 years ago)
Author:
smasson
Message:

update documentation and .idlwave_catalog

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Documentation/idldoc_html_output/Interpolation/spl_fstdrv.html

    r121 r138  
    328328table.variables td.image { width: 64px; } 
    329329 
    330 div#file_comments {  
     330div#file_comments { white-space: pre;  
    331331  margin: 2em; 
    332332  font-size: 80%; 
     
    696696      </div> 
    697697 
    698       <div id="file_comments"> SPL_FSTDRV returns the values of the first derivative of 
     698      <div id="file_comments"> 
     699 SPL_FSTDRV returns the values of the first derivative of 
    699700 the interpolating function at the points X2i. it is a double 
    700701 precision array. 
     
    728729</div> 
    729730 
    730           <h3>Return value</h3><div class="value">  
    731  
    732     y2: f'(x2) = y2.  
     731          <h3>Return value</h3><div class="preformat"> 
     732 
     733    y2: f'(x2) = y2. 
    733734</div> 
    734735 
     
    748749            </h4> 
    749750         
    750           <div class="comments">  An n-element (at least 2) input vector that specifies the 
    751     tabulate points in ascending order. 
     751          <div class="comments"> 
     752 An n-element (at least 2) input vector that specifies the 
     753 tabulate points in ascending order. 
    752754</div> 
    753755             
     
    763765            </h4> 
    764766         
    765           <div class="comments">  f(x) = y. An n-element input vector that specifies the values 
    766     of the tabulated function F(Xi) corresponding to Xi. 
     767          <div class="comments"> 
     768 f(x) = y. An n-element input vector that specifies the values 
     769 of the tabulated function F(Xi) corresponding to Xi. 
    767770</div> 
    768771             
     
    778781            </h4> 
    779782         
    780           <div class="comments">  The output from SPL_INIT for the specified X and Y. 
     783          <div class="comments"> 
     784 The output from SPL_INIT for the specified X and Y. 
    781785</div> 
    782786             
     
    792796            </h4> 
    793797         
    794           <div class="comments">  The input values for which the first derivative values are 
    795     desired. X can be scalar or an array of values. 
     798          <div class="comments"> 
     799 The input values for which the first derivative values are desired. 
     800 X can be scalar or an array of values. 
    796801</div> 
    797802             
     
    801806           
    802807 
    803           <h3>Examples</h3><div class="value">  
     808          <h3>Examples</h3><div class="preformat"> 
    804809 IDL> y2 =  spl_fstdrv(x, y, yscd, x2) 
    805810</div> 
    806811          <h3>Version history</h3> 
    807812           
    808           <h4>Version</h4><div class="value"> $Id: spl_fstdrv.pro 118 2006-06-27 15:47:06Z pinsard $ 
    809 </div> 
    810           <h4>History</h4><div class="value"> 
     813          <h4>Version</h4><div class="preformat"> $Id: spl_fstdrv.pro 134 2006-07-07 10:19:08Z navarro $ 
     814</div> 
     815          <h4>History</h4><div class="preformat"> 
    811816  Sebastien Masson (smasson@lodyc.jussieu.fr): May 2005 
    812817</div> 
Note: See TracChangeset for help on using the changeset viewer.