Changeset 8257


Ignore:
Timestamp:
Nov 29, 2011, 7:51:32 PM (12 years ago)
Author:
davies
Message:

Bug fix in polygon routine

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/geometry/polygon.py

    r8151 r8257  
    378378                (type, point) = intersection(leftmost, l_x[cmp])
    379379                comparisons += 1
    380                 if type != 0 and type != 4 or (type == 2 and list(point[0]) !=\
     380                if type != 0 and type != 4 and type != 3 or (type == 2 and list(point[0]) !=\
    381381                                                list(point[1])):
    382382                    if verbose:
Note: See TracChangeset for help on using the changeset viewer.