Changeset 1464
- Timestamp:
- May 25, 2005, 5:59:27 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/ga/storm_surge/pyvolution/domain.py
r1402 r1464 261 261 x.sort() 262 262 263 #Loop through edges that lie on the boundary and associate them with 264 #callable boundary objects depending on their tags 263 265 for k, (vol_id, edge_id) in enumerate(x): 264 266 tag = self.boundary[ (vol_id, edge_id) ] 265 267 266 268 if boundary_map.has_key(tag): 267 B = boundary_map[tag] 269 B = boundary_map[tag] #Get callable boundary object 268 270 269 271 if B is not None:
Note: See TracChangeset
for help on using the changeset viewer.