Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/LECTURE/read_ncdf.pro

    r226 r231  
    11;+ 
     2; 
    23; @file_comments 
    34; Reading function for the file net_cdf. 
     
    7475; 
    7576; @keyword _EXTRA 
    76 ; Used to pass your keywords 
     77; Used to pass keywords 
    7778; 
    7879; @returns 
    79 ; Structure readable by litchamp.pro or an array if NOSTRUCT is activated. 
     80; Structure readable by <pro>litchamp</pro> or an array if NOSTRUCT is activated. 
    8081; 
    8182; @uses 
     
    9293; $Id$ 
    9394;- 
    94 ;--------------------------------------------------------- 
    95 ;--------------------------------------------------------- 
    96 ;--------------------------------------------------------- 
    97  
     95; 
    9896FUNCTION read_ncdf, name, beginning, ending, compatibility, BOXZOOM = boxzoom, FILENAME = filename $ 
    9997                    , PARENTIN = parentin, TIMESTEP = timestep, TIMEVAR = timevar $ 
     
    102100                    , ZETAFILENAME = zetafilename, ZETAZERO = zetazero $ 
    103101                    , _EXTRA = ex 
    104 ;--------------------------------------------------------- 
    105102; 
    106103  compile_opt idl2, strictarrsubs 
     
    544541 
    545542END 
    546  
    547  
    548  
    549  
    550  
    551  
Note: See TracChangeset for help on using the changeset viewer.