Changeset 3488


Ignore:
Timestamp:
Aug 15, 2006, 2:32:31 PM (18 years ago)
Author:
duncan
Message:

small change to stop warning during testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/neighbour_mesh.py

    r3128 r3488  
    236236            if neighbourdict.has_key((a,b)):
    237237                    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 msg
     238                    raise Exception, msg
    239239            if neighbourdict.has_key((b,c)):
    240240                    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.