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/ReadWrite/idl-NetCDF/ncdf_listvars.html

    r321 r402  
    145145 
    146146          <h3>Examples</h3><div class="preformat"> 
    147  IDL> varnames = ncdf_listvars('toto.nc') 
     147 
     148   IDL> varnames = ncdf_listvars('toto.nc') 
     149 
    148150   or 
    149  IDL> i=ncdf_open('toto.nc') 
    150  IDL> varnames = ncdf_listvars(id) 
     151 
     152   IDL> i=ncdf_open('toto.nc') 
     153   IDL> varnames = ncdf_listvars(id) 
    151154 </div> 
    152155          <h3>Version history</h3> 
    153156           
    154157          <h4>Version</h4><div class="preformat"> 
    155  $Id: ncdf_listvars.pro 308 2007-11-05 10:20:28Z smasson $ 
     158 $Id: ncdf_listvars.pro 371 2008-08-07 09:32:02Z pinsard $ 
    156159</div> 
    157160          <h4>History</h4><div class="preformat"> 
Note: See TracChangeset for help on using the changeset viewer.