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/TRIANGULATION/triangule.pro

    r209 r231  
    77; 
    88; @param MASKENTREE {in}{optional}{type=2d array} 
    9 ; It is a 2d array which will serve to mask the field we will trace after with CONTOUR,  
     9; It is a 2d array which will serve to mask the field we will trace after with CONTOUR, 
    1010; ...TRIANGULATION=triangule(mask) 
    1111; If this argument is not specified, the function use tmask 
     
    1515; 
    1616; @keyword COINMONTE {type=array} 
    17 ; To obtain the array of "ascending land corner" to be treated with  
    18 ; completecointerre.pro in the variable array instead of make it pass by the global  
     17; To obtain the array of "ascending land corner" to be treated with 
     18; completecointerre.pro in the variable array instead of make it pass by the global 
    1919; variable twin_corners_up. 
    2020; 
     
    2323; 
    2424; @keyword _EXTRA 
    25 ; Used to pass your keywords 
     25; Used to pass keywords 
    2626; 
    2727; @returns 
    2828; 
    29 ; 
    3029; @uses 
    31 ; 
    3230; 
    3331; @restrictions 
    3432; 
    35 ; 
    3633; @examples 
    3734; 
    38 ; 
    3935; @history 
    40 ; 
    4136; 
    4237; @version 
     
    4742; 
    4843;- 
    49 ;------------------------------------ 
     44; 
    5045FUNCTION triangule, maskentree, BASIC = basic, COINMONTE = coinmonte, COINDESCEND = coindescend, _extra = ex 
    5146; 
     
    5853    nx = jpi 
    5954    ny = jpj 
    60   ENDIF ELSE BEGIN  
     55  ENDIF ELSE BEGIN 
    6156    nx = szmsk[1] 
    6257    ny = szmsk[2] 
Note: See TracChangeset for help on using the changeset viewer.