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

3 small bugfix

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.