Ignore:
Timestamp:
Oct 31, 2007, 4:56:17 PM (17 years ago)
Author:
duncan
Message:

bug fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_validation/automated_validation_tests/UQ_runup_2006/run_dam.py

    r4753 r4774  
    3232def main():
    3333     
    34     slopes = [0]
    35     frictions = [0.01] #can enter multiple frictions eg [0.00, 0.01]
    36     inital_depths = [0.2] #can enter multiple initial depths eg [0.1, 0.2]
    37     gate_positions = [0.75]
     34    slope= 0
     35    friction = 0.01
     36    inital_depth = 0.2
     37    gate_position = 0.75
    3838   
    39     return scenario(0, 0.01, 0.02, 0.75)
     39    return scenario(slope, friction, inital_depth, gate_position)
    4040           
    4141
Note: See TracChangeset for help on using the changeset viewer.