Changeset 8505 for trunk/anuga_core/source/anuga/pmesh/mesh_interface.py
- Timestamp:
- Aug 12, 2012, 6:36:21 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/pmesh/mesh_interface.py
r8340 r8505 243 243 244 244 # Test that we have a polygon 245 if len(num.array(interior_polygon).flat ten()) < 6:245 if len(num.array(interior_polygon).flat) < 6: 246 246 msg = 'Interior hole polygon %s has too few (<3) points.\n' \ 247 247 %(str(interior_polygon))
Note: See TracChangeset
for help on using the changeset viewer.