Ignore:
Timestamp:
01/20/11 08:07:32 (13 years ago)
Author:
smasson
Message:

bugfix related to previous bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Computation/e3t_3d.pro

    r445 r446  
    3434@cm_4mesh 
    3535; 
    36   IF n_elements(fstx) NE 0 THEN fstx = firstxt 
    37   IF n_elements(lstx) NE 0 THEN lstx = lastxt 
    38   IF n_elements(fsty) NE 0 THEN fsty = firstyt 
    39   IF n_elements(lsty) NE 0 THEN lsty = lastyt 
     36  IF n_elements(fstx) EQ 0 THEN fstx = firstxt 
     37  IF n_elements(lstx) EQ 0 THEN lstx = lastxt 
     38  IF n_elements(fsty) EQ 0 THEN fsty = firstyt 
     39  IF n_elements(lsty) EQ 0 THEN lsty = lastyt 
    4040  nx = lstx - fstx + 1 
    4141  ny = lsty - fsty + 1 
Note: See TracChangeset for help on using the changeset viewer.