Ignore:
Timestamp:
03/16/07 10:22:26 (17 years ago)
Author:
pinsard
Message:

corrections of some misspellings in some *.pro

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Interpolation/inquad.pro

    r163 r226  
    33; to find if an (x,y) point is in a quadrilateral (x1,x2,x3,x4) 
    44; 
    5 ; @categories  
     5; @categories 
    66; Grid 
    77; 
     
    205205; 
    206206; computation of test without any do loop for ntofind points (x,y) and 
    207 ; nquad quadilateral((x1,x2,x3,x4),(y1,y2,y3,y4)) 
     207; nquad quadrilateral((x1,x2,x3,x4),(y1,y2,y3,y4)) 
    208208; test dimensions are (ntofind, nquad) 
    209209; column i of test corresponds to the intersection of point i with all 
    210 ; quadirlateral. 
     210; quadrilateral. 
    211211; row j of test corresponds to all the points localized in cell j 
    212212  test = $ 
Note: See TracChangeset for help on using the changeset viewer.