Changeset 7967 for trunk/anuga_core/source/anuga/shallow_water/forcing.py
- Timestamp:
- Aug 23, 2010, 9:15:04 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/forcing.py
r7733 r7967 356 356 if self.polygon is not None: 357 357 # Inlet is polygon 358 inlet_region = 'polygon=%s' % (self.polygon)359 358 self.exchange_indices = inside_polygon(points, self.polygon) 360 359
Note: See TracChangeset
for help on using the changeset viewer.