Ignore:
Timestamp:
07/23/09 11:18:49 (15 years ago)
Author:
smasson
Message:

update documentation

File:
1 edited

Legend:

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

    r363 r402  
    703703          <h3>Examples</h3><div class="preformat"> 
    704704 
    705  IDL> file_interp, filein, fileout, gridout, inxaxisname = 'lo', inyaxisname = 'la', keep = ['lo', 'la', 'cond_sed'] 
    706  
    707  IDL> file_interp, in, out, gdout, inuseasmask = 'sst', inmissing_value = -1.00000e+30, missing_value = -1000.00 
     705   IDL> file_interp, filein, fileout, gridout, inxaxisname = 'lo', inyaxisname = 'la', keep = ['lo', 'la', 'cond_sed'] 
     706   IDL> file_interp, in, out, gdout, inuseasmask = 'sst', inmissing_value = -1.00000e+30, missing_value = -1000.00 
    708707</div> 
    709708          <h3>Version history</h3> 
    710709           
    711710          <h4>Version</h4><div class="preformat"> 
    712  $Id: file_interp.pro 362 2008-07-29 09:00:03Z smasson $ 
     711 $Id: file_interp.pro 383 2008-10-30 13:55:33Z smasson $ 
    713712</div> 
    714713          <h4>History</h4><div class="preformat"> 
     
    745744          <h3>Statistics</h3> 
    746745          <table class="statistics"> 
    747             <tr><td>McCabe cyclic</td><td>          69</td></tr> 
     746            <tr><td>McCabe cyclic</td><td>          72</td></tr> 
    748747            <tr><td>McCabe essential</td><td>           1</td></tr> 
    749748            <tr><td>McCabe modular design</td><td>           1</td></tr> 
Note: See TracChangeset for help on using the changeset viewer.