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_assistant_output/Interpolation/file_interp.html

    r363 r402  
    703703    <h3>Examples</h3><pre> 
    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 
    709708    </pre><h3>Version history</h3> 
    710709     
    711710    <h4>Version</h4> 
    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 
    714713    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.