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_c.pro

    r157 r163  
    1414; rectangular matrix). A easy way to do triangles between all points is then:  
    1515; 
    16 ;     for each point (i,j) of the matrix -exept those of the last line and of 
     16;     for each point (i,j) of the matrix -except those of the last line and of 
    1717;     the last column- we call rectangle (i,j) the rectangle made of the four 
    1818;     points (i,j), (i+1,j), (i,j+1), (i+1,j+1). To trace all triangle, we just 
     
    3131; Graphics 
    3232; 
    33 ; @param MASKENTREE {in}{optional} 
     33; @param MASKENTREE {in}{optional}{type=2d array} 
    3434; It is a 2d array which will serve to mask the field we will trace after with CONTOUR,  
    3535; ...TRIANGULATION=triangule(mask) 
     
    4242; To keep the triangulation even on the continents 
    4343; 
    44 ; @keyword COINMONTE 
    45 ; It is an array. To obtain the array of "ascending land corner" to be treated with  
     44; @keyword COINMONTE {type=array} 
     45; To obtain the array of "ascending land corner" to be treated with  
    4646; completecointerre.pro in the variable array instead of make it pass by the global  
    4747; variable twin_corners_up. 
    4848; 
    49 ; @keyword COINDESCEND 
    50 ; It is an array. See COINMONTE 
     49; @keyword COINDESCEND {type=array} 
     50; See COINMONTE 
    5151; 
    5252; @returns 
    5353; res: tableau 2d (3,nbre de triangles). 
    54 ; Each line of res represent indexes of points constituing summits of a triangle.  
     54; Each line of res represent indexes of points constituting summits of a triangle.  
    5555; See how we trace triangles in definetri.pro 
    5656; 
Note: See TracChangeset for help on using the changeset viewer.