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

Debugging

Location:
trunk/anuga_work/development/gareth/tests/ras_bridge
Files:
2 deleted
2 edited

Legend:

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

    r9621 r9623  
    182182               [floodplain_width/2. + chan_width/2.-0.01, bridge_us+0.01] ]
    183183
    184 hecras_discharge_function = hecras_internal_boundary_function(
    185     'hecras_bridge_table_high_deck.csv',
    186     allow_sign_reversal=True)
     184#hecras_discharge_function = hecras_internal_boundary_function(
     185#    'hecras_bridge_table_high_deck.csv',
     186#    allow_sign_reversal=True)
    187187
    188188#bridge = Internal_boundary_operator(
     
    240240    if(myid==0):
    241241        print domain.timestepping_statistics()
    242         print domain.report_water_volume_statistics()
     242
     243    vol = domain.report_water_volume_statistics()
    243244
    244245barrier()
  • trunk/anuga_work/development/gareth/tests/ras_bridge/test_internal_boundary_functions.py

    r9601 r9623  
    33
    44import numpy
    5 import internal_boundary_functions
    6 from internal_boundary_functions import hecras_internal_boundary_function
     5from anuga.structures import internal_boundary_functions
     6from anuga.structures.internal_boundary_functions import hecras_internal_boundary_function
    77
    88
Note: See TracChangeset for help on using the changeset viewer.