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/HOPE/read_hope.pro

    r230 r231  
    11;+ 
     2; 
    23; @file_comments 
    34; 
    4 ; 
    55; @categories 
    66; 
    7 ; 
    87; @param EVENT 
    98; 
    10 ; 
    119; @returns 
    1210; 
    13 ; 
    1411; @restrictions 
    1512; 
    16 ; 
    1713; @examples 
    1814; 
    1915; @history 
    20 ; 
    2116; 
    2217; @version 
     
    2520;- 
    2621; 
    27 pro read_hope_event, event 
     22PRO read_hope_event, event 
    2823; 
    2924  compile_opt idl2, strictarrsubs 
     
    206201end 
    207202; 
    208 ;------------------------------------------------------------ 
    209 ;------------------------------------------------------------ 
    210 ;------------------------------------------------------------ 
    211203;+ 
    212204; 
     
    258250; 
    259251; @keyword _EXTRA 
    260 ; Used to pass your keywords 
     252; Used to pass keywords 
    261253; 
    262254; @returns 
     
    264256; version) 
    265257; 
    266 ; A structure which but be read by litchamp.pro and is 
     258; A structure which but be read by <pro>litchamp</pro> and is 
    267259; necessary to complete the grid associated to the data (see 
    268260; the example). 
     
    324316; 
    325317;- 
    326 ;------------------------------------------------------------ 
    327 ;------------------------------------------------------------ 
    328 ;------------------------------------------------------------ 
     318; 
    329319FUNCTION read_hope, typein, varnamein, FILENAME = filename, XLIMITS = xlimits, YLIMITS = ylimits,  ZLIMITS = zlimits, TLIMITS = tlimits, ODDPT = oddpt, ODDEVENPT = oddevenpt, EVENPT = evenpt, _extra = ex 
    330320; 
Note: See TracChangeset for help on using the changeset viewer.