Ignore:
Timestamp:
09/25/07 17:09:12 (17 years ago)
Author:
pinsard
Message:

typo

Location:
trunk/SRC/ToBeReviewed/TRIANGULATION
Files:
3 edited

Legend:

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

    r262 r297  
    44; Define a triangulation array like <proidl>TRIANGULATE</proidl>. 
    55;         But in a VERY SIMPLE CASE: 
    6 ; the points are regulary-gridded on nx*ny array. 
     6; the points are regularly-gridded on nx*ny array. 
    77; Find a Delaunay triangulation for this set of points is easy: 
    88; Points define (nx-1)*(ny-1) rectangles which we can cut in 2 triangles. 
     
    124124; 
    125125      trinumber = 2*(upward-upward/nx) 
    126 ;; we define the right triangles 
     126; we define the right triangles 
    127127      triangles[0, trinumber] = upward 
    128128      triangles[1, trinumber] = upward+1 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/tracemask.pro

    r232 r297  
    1010; 2d array specifying the mask 
    1111; 
    12 ; @param XIN {in}{required}, 
     12; @param XIN {in}{required} 
    1313; 2d array specifying longitude coordinates. 
    1414; 
    15 ; @param YIN {in}{required}, 
     15; @param YIN {in}{required} 
    1616; 2d array specifying latitude coordinates. 
    1717; 
     
    9898; 
    9999   IF testvar(var = key_performance) EQ 2 THEN $ 
    100     print, 'temps tracemask: determination du mask et des ses coordonnes', systime(1)-tempdeux 
     100    print, 'temps tracemask: determination du mask et de ses coordonnees', systime(1)-tempdeux 
    101101; 
    102102; We trace vertical segments: 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/triangule_c.pro

    r231 r297  
    5858; 
    5959; @restrictions 
    60 ; Datas whose we want to do the contour must be disposed in a matrix. 
     60; Data whose we want to do the contour must be disposed in a matrix. 
    6161; On the other hand, in the matrix, the points's arrangement can not be 
    6262; irregular. If it is, use TRIANGULE. 
Note: See TracChangeset for help on using the changeset viewer.