Changeset 3488
- Timestamp:
- Aug 15, 2006, 2:32:31 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/neighbour_mesh.py
r3128 r3488 236 236 if neighbourdict.has_key((a,b)): 237 237 msg = "Edge 2 of triangle %d is duplicating edge %d of triangle %d.\n" %(i,neighbourdict[a,b][1],neighbourdict[a,b][0]) 238 raise msg238 raise Exception, msg 239 239 if neighbourdict.has_key((b,c)): 240 240 msg = "Edge 0 of triangle %d is duplicating edge %d of triangle %d.\n" %(i,neighbourdict[b,c][1],neighbourdict[b,c][0])
Note: See TracChangeset
for help on using the changeset viewer.