Ignore:
Timestamp:
Mar 29, 2005, 4:19:37 PM (19 years ago)
Author:
duncan
Message:

throw exception if edges are duplicated.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/pyvolution/test_shallow_water.py

    r1027 r1158  
    197197        points = [a, b, c, d, e, f]
    198198        #bac, bce, ecf, dbe, daf, dae
    199         vertices = [ [1,0,2], [1,2,4], [4,2,5], [3,1,4], [3,0,5], [3,0,4]]
     199        vertices = [ [1,0,2], [1,2,4], [4,2,5], [3,1,4]]
    200200
    201201        domain = Domain(points, vertices)
Note: See TracChangeset for help on using the changeset viewer.