Changeset 9618


Ignore:
Timestamp:
Feb 6, 2015, 9:44:29 AM (10 years ago)
Author:
davies
Message:

Minor adjustment to in-process bridge test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_work/development/gareth/tests/ras_bridge/channel_floodplain1.py

    r9604 r9618  
    7171                [floodplain_width/2., floodplain_length-0.01, 0.5*l0*l0], # Upper_channel
    7272                [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
    7478              ]
    7579
Note: See TracChangeset for help on using the changeset viewer.