Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/TRIANGULATION/triangule_e.pro

    r157 r163  
    44;+ 
    55; @file_comments 
    6 ; Buid the triangulation for a E-grid type 
     6; Build the triangulation for a E-grid type 
    77; 
    88; @categories 
    99; Graphics 
    1010;  
    11 ; @param MASKENTREE {in}{optional} 
     11; @param MASKENTREE {in}{optional}{type=2d array} 
    1212; It is a 2d array which will serve to mask the field we will trace after with CONTOUR,  
    1313; ...TRIANGULATION=triangule(mask) 
     
    1717; Specify that the mask is on a basic grid (use the triangulation for vertical cuts and hovmoellers) 
    1818;  
    19 ; @keyword COINMONTE 
    20 ; It is an array. To obtain the array of "ascending land corner" to be treated with  
     19; @keyword COINMONTE {type=array}  
     20; To obtain the array of "ascending land corner" to be treated with  
    2121; completecointerre.pro in the variable array instead of make it pass by the global  
    2222; variable twin_corners_up. 
    2323; 
    24 ; @keyword COINDESCEND 
    25 ; It is an array. See COINMONTE 
     24; @keyword COINDESCEND {type=array} 
     25; See COINMONTE 
    2626; 
    2727; @keyword SHIFTED 
Note: See TracChangeset for help on using the changeset viewer.