Changeset 9618
- Timestamp:
- Feb 6, 2015, 9:44:29 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_work/development/gareth/tests/ras_bridge/channel_floodplain1.py
r9604 r9618 71 71 [floodplain_width/2., floodplain_length-0.01, 0.5*l0*l0], # Upper_channel 72 72 [floodplain_width-0.01, floodplain_length-0.01, 0.5*l0*l0*4], # upper_right 73 # Bridge takes care of itself 73 # Bridge 74 [floodplain_width/2., floodplain_length/2., 0.5*l0*l0], 75 [floodplain_width-0.01, floodplain_length/2., 0.5*l0*l0], 76 [floodplain_width+0.01, floodplain_length/2., 0.5*l0*l0], 77 74 78 ] 75 79
Note: See TracChangeset
for help on using the changeset viewer.