Changeset 7553
- Timestamp:
- Nov 4, 2009, 1:46:27 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon.py
r7516 r7553 762 762 if s == 'line': colour.append('b-') 763 763 if s == 'outside': colour.append('r.') 764 if s == 'point': colour.append('g.') 764 765 if s <> 'line': 765 766 if s <> 'outside': 766 colour.append(s) 767 if s <> 'point': 768 colour.append(s) 767 769 768 770 for i, item in enumerate(polygons_points):
Note: See TracChangeset
for help on using the changeset viewer.