Ignore:
Timestamp:
06/19/06 16:14:56 (18 years ago)
Author:
smasson
Message:

new compilation options (compile_opt idl2, strictarrsubs) in each routine

File:
1 edited

Legend:

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

    r29 r114  
    8282;------------------------------------------------------------ 
    8383FUNCTION triangule_c, maskentree, COINMONTE = coinmonte, COINDESCEND = coindescend, BASIC = basic, KEEP_CONT = keep_cont 
     84; 
     85  compile_opt idl2, strictarrsubs 
     86; 
    8487   tempsun = systime(1)         ; pour key_performance 
    8588;--------------------------------------------------------- 
     
    175178      tempdeux = systime(1)     ; pour key_performance =2 
    176179      pts_downward = pts_downward[1:n_elements(pts_downward)-1] 
    177       pts_downward = pts_downward(uniq(pts_downward, sort(pts_downward))) 
     180      pts_downward = pts_downward[uniq(pts_downward, sort(pts_downward))] 
    178181; aucun rectangle ne peut avoir comme coin en bas a gauche un element 
    179182; de la derniere colonne ou de la derniere ligne. 
Note: See TracChangeset for help on using the changeset viewer.