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/CALCULS/depth2mask.pro

    r226 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    1512; 
    1613; @keyword _EXTRA 
    17 ; used to pass your keywords 
     14; Used to pass keywords 
    1815; 
    1916; @returns 
    20 ; It is a 3d array containing the mas associated to the 2d sill depth array 
     17; It is a 3d array containing the mask associated to the 2d sill depth array 
    2118; 
    2219; @uses 
     
    3128; 
    3229;- 
    33 ;------------------------------------------------------------ 
    34 ;------------------------------------------------------------ 
    35 ;------------------------------------------------------------ 
    3630FUNCTION depth2mask, tab, _extra = ex 
    37 ;------------------------------------------------------------ 
    3831; 
    3932  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.