Changeset 1705


Ignore:
Timestamp:
Aug 10, 2005, 5:46:35 PM (19 years ago)
Author:
ole
Message:

Fixed swapped points bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/ga/storm_surge/validation/LWRU2/create_mesh.py

    r1703 r1705  
    5959    dict['segments'] = [[0,1], [1,2], [2,3], [3,4],
    6060                        [4,5], [5,6], [6,7], [7,0], #The outer border
    61                         [2,6], [3,7]]               #Separators
     61                        [2,7], [3,6]]               #Separators
    6262   
    6363    dict['segment_tags'] = ['wall',
     
    8484    mid.setMaxArea(0.001*base_resolution)
    8585   
    86     inner = m.addRegionEN(point_ml1[0]+1, ybottom+1)
     86    inner = m.addRegionEN(point_mr2[0]+1, ybottom+1)
    8787    inner.setMaxArea(0.00001*base_resolution)
    8888   
Note: See TracChangeset for help on using the changeset viewer.