Ignore:
Timestamp:
Aug 11, 2005, 3:39:49 PM (19 years ago)
Author:
ole
Message:
 
File:
1 edited

Legend:

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

    r1708 r1709  
    2727
    2828    #Midway points (left)
    29     point_ml1 = [xleft + (xright-xleft)/3, ytop]
    30     point_ml2 = [xleft + (xright-xleft)/3, ybottom]
     29    point_ml1 = [xleft + (xright-xleft)/3+1, ytop]
     30    point_ml2 = [xleft + (xright-xleft)/3+1, ybottom]
    3131   
    3232    #Midway points (right)
    33     point_mr1 = [xleft + 2*(xright-xleft)/3, ytop]
    34     point_mr2 = [xleft + 2*(xright-xleft)/3, ybottom]
     33    point_mr1 = [xleft + 2*(xright-xleft)/3+0.5, ytop]
     34    point_mr2 = [xleft + 2*(xright-xleft)/3+0.5, ybottom]
    3535
    3636
Note: See TracChangeset for help on using the changeset viewer.