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

    r321 r402  
    110110 
    111111    <h3>Examples</h3><pre> 
    112  IDL> varnames = ncdf_listvars('toto.nc') 
     112 
     113   IDL> varnames = ncdf_listvars('toto.nc') 
     114 
    113115   or 
    114  IDL> i=ncdf_open('toto.nc') 
    115  IDL> varnames = ncdf_listvars(id) 
     116 
     117   IDL> i=ncdf_open('toto.nc') 
     118   IDL> varnames = ncdf_listvars(id) 
    116119  
    117120    </pre><h3>Version history</h3> 
    118121     
    119122    <h4>Version</h4> 
    120  $Id: ncdf_listvars.pro 308 2007-11-05 10:20:28Z smasson $ 
     123 $Id: ncdf_listvars.pro 371 2008-08-07 09:32:02Z pinsard $ 
    121124 
    122125    <h4>History</h4> 
Note: See TracChangeset for help on using the changeset viewer.