Ignore:
Timestamp:
04/08/14 11:28:29 (10 years ago)
Author:
pinsard
Message:

fix some typos in comments

File:
1 edited

Legend:

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

    r370 r493  
    7070; The 2 first lines are identical. 
    7171   mask[1:tailleentree[1], 0] = maskentree[*, 0] 
    72 ; We calculate the position following x of points which will serve to trace the mask. They are situated between each points of the mask, exept for the last column we can not calculate and so we put at max (!x.range). 
     72; We calculate the position following x of points which will serve to trace the mask. They are situated between each points of the mask, except for the last column we can not calculate and so we put at max (!x.range). 
    7373   xrange = !x.range[sort(!x.range)] ; if REVERSE_X is used 
    7474   xentree = .5*(xentree+shift(xentree, -1, 0)) 
Note: See TracChangeset for help on using the changeset viewer.