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/read_grads.html

    r338 r402  
    268268 
    269269          <h3>Examples</h3><div class="preformat"> 
    270  IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
    271  IDL> plt, a 
     270 
     271   IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
     272   IDL> plt, a 
    272273</div> 
    273274          <h3>Version history</h3> 
    274275           
    275276          <h4>Version</h4><div class="preformat"> 
    276  $Id: read_grads.pro 327 2007-12-13 16:22:35Z pinsard $ 
     277 $Id: read_grads.pro 370 2008-08-07 07:59:15Z pinsard $ 
    277278</div> 
    278279          <h4>History</h4><div class="preformat"> 
     
    286287           
    287288          <h4>Restrictions</h4><div class="preformat"> 
    288  define all the grid parameters (defined in common.pro) 
     289 define all the grid parameters (defined in <a href="..//Obsolete/common.html">common</a>) 
    289290 associated to the data. 
    290291 
    291  this function call the procedure scanfile that use the 
     292 this function call the procedure <a href="..//ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html">scanfile</a> that use the 
    292293 unix commands grep and sed 
    293294</div> 
     
    297298           
    298299          <h4>Uses routines</h4><div class="preformat"> 
    299  common 
     300 <a href="..//Obsolete/common.html">common</a> 
    300301</div> 
    301302           
Note: See TracChangeset for help on using the changeset viewer.