Changeset 370 for trunk/SRC/ReadWrite


Ignore:
Timestamp:
08/07/08 09:59:15 (16 years ago)
Author:
pinsard
Message:

improvemnts of headers (typo, links)

Location:
trunk/SRC/ReadWrite
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/ncdf_gettime.pro

    r358 r370  
    2020; (the first 1D array with unlimited dimension) is not the good one. 
    2121; 
    22 ; @keyword CALLER {required}{type=scalar} 
     22; @keyword CALLER {required}{type=string} 
    2323; Used to specify the error messages. Give the name of the calling 
    24 ; procedure. It can be only 'read_ncdf' or 'scanfile'. 
     24; procedure. It can be only '<pro>read_ncdf</pro>' or '<pro>scanfile</pro>'. 
    2525; 
    2626; @keyword ERR 
  • trunk/SRC/ReadWrite/read_grads.pro

    r327 r370  
    3939; 
    4040; @uses 
    41 ; common 
     41; <pro>common</pro> 
    4242; 
    4343; @restrictions 
    44 ; define all the grid parameters (defined in common.pro) 
     44; define all the grid parameters (defined in <pro>common</pro>) 
    4545; associated to the data. 
    4646; 
    47 ; this function call the procedure scanfile that use the 
     47; this function call the procedure <pro>scanfile</pro> that use the 
    4848; unix commands grep and sed 
    4949; 
    5050; @examples 
    51 ; IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
    52 ; IDL> plt, a 
     51; 
     52;   IDL> a=read_grads('sst',19900101,19900131,filename='outputs.ctl') 
     53;   IDL> plt, a 
    5354; 
    5455; @history 
Note: See TracChangeset for help on using the changeset viewer.