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/ToBeReviewed/INIT/initncdf.html

    r338 r402  
    8989      <div id="file_comments"> 
    9090 Initfile for Netcdf file. define all the grid parameters through 
    91  an appropriate call to computegid 
     91 an appropriate call to <a href="../..//Grid/computegrid.html">computegrid</a> 
    9292</div> 
    9393 
     
    229229 
    230230          <h3>Examples</h3><div class="preformat"> 
    231  IDL> initncdf,'toto.nc',glam=[-180,180] 
     231 
     232   IDL> initncdf,'toto.nc',glam=[-180,180] 
    232233</div> 
    233234          <h3>Version history</h3> 
    234235           
    235236          <h4>Version</h4><div class="preformat"> 
    236  $Id: initncdf.pro 327 2007-12-13 16:22:35Z pinsard $ 
     237 $Id: initncdf.pro 371 2008-08-07 09:32:02Z pinsard $ 
    237238</div> 
    238239          <h4>History</h4><div class="preformat"> 
     
    249250 Change the grid parameters (see <a href="../..//Grid/computegrid.html">computegrid</a>) 
    250251 
    251  
    252252 the file must contain an x and an y axis. (1 ou 2 dimensional array) 
    253253</div> 
     
    257257           
    258258          <h4>Uses routines</h4><div class="preformat"> 
    259  common.pro 
     259 <a href="../..//Obsolete/common.html">common</a> 
    260260</div> 
    261261           
Note: See TracChangeset for help on using the changeset viewer.