Changeset 386 for trunk/SRC/ToBeReviewed


Ignore:
Timestamp:
12/03/08 14:26:28 (16 years ago)
Author:
smasson
Message:

3 small bugfix

Location:
trunk/SRC/ToBeReviewed
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/GRILLE/decoupeterre.pro

    r370 r386  
    244244        AND ny EQ 1 AND keyword_set(realsection):BEGIN 
    245245        bottom = total(mask, 3) 
    246         good = where(bottom NE 0 AND bottom NE nz+1) 
     246        good = where(bottom NE 0 AND bottom NE nz) 
    247247        bottom = lindgen(nx)+(bottom)*nx 
    248248        IF good[0] NE -1 THEN BEGIN 
     
    256256        AND nx EQ 1 AND keyword_set(realsection):BEGIN 
    257257        bottom = total(mask, 3) 
    258         good = where(bottom NE 0 AND bottom NE nz+1) 
     258        good = where(bottom NE 0 AND bottom NE nz) 
    259259        bottom = lindgen(ny)+(bottom)*ny 
    260260        IF good[0] NE -1 THEN BEGIN 
  • trunk/SRC/ToBeReviewed/TRIANGULATION/section.pro

    r370 r386  
    7373    0:localbox = [boxzoom2d, minprof, profdefault] 
    7474    1:localbox = [boxzoom2d, minprof, boxzoom[0]] 
    75     2:localbox = [boxzoom2d, boxzoom[0]] 
     75    2:localbox = [boxzoom2d, boxzoom] 
    7676    4:if strpos(type, 'z') NE -1 THEN $ 
    7777      localbox = [boxzoom2d, minprof, profdefault] ELSE localbox = boxzoom2d 
Note: See TracChangeset for help on using the changeset viewer.