Ignore:
Timestamp:
Aug 9, 2013, 4:30:31 PM (11 years ago)
Author:
steve
Message:

Some changes to bottineau files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/anuga_core/source/anuga/structures/structure_operator.py

    r8876 r8950  
    193193        # set outflow
    194194        if old_inflow_depth > 0.0 :
    195                 timestep_star = timestep*new_inflow_depth/old_inflow_depth
     195            timestep_star = timestep*new_inflow_depth/old_inflow_depth
    196196        else:
    197197            timestep_star = 0.0
Note: See TracChangeset for help on using the changeset viewer.