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

    r338 r402  
    243243 
    244244    <h3>Examples</h3><pre> 
    245  IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
    246  IDL> plt, a 
     245 
     246   IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
     247   IDL> plt, a 
    247248 
    248249    </pre><h3>Version history</h3> 
    249250     
    250251    <h4>Version</h4> 
    251  $Id: read_grads.pro 327 2007-12-13 16:22:35Z pinsard $ 
     252 $Id: read_grads.pro 370 2008-08-07 07:59:15Z pinsard $ 
    252253 
    253254    <h4>History</h4> 
     
    261262     
    262263    <h4>Restrictions</h4> 
    263  define all the grid parameters (defined in common.pro) 
     264 define all the grid parameters (defined in <a href="..//Obsolete/common.html">common</a>) 
    264265 associated to the data. 
    265266 
    266  this function call the procedure scanfile that use the 
     267 this function call the procedure <a href="..//ToBeReviewed/WIDGET/AUTOUR_de_XXX/scanfile.html">scanfile</a> that use the 
    267268 unix commands grep and sed 
    268269 
     
    272273     
    273274    <h4>Uses routines</h4> 
    274  common 
     275 <a href="..//Obsolete/common.html">common</a> 
    275276 
    276277     
Note: See TracChangeset for help on using the changeset viewer.