Ignore:
Timestamp:
Dec 7, 2010, 10:56:18 PM (13 years ago)
Author:
habili
Message:

changing of water height to depth
Fixes for instability

File:
1 edited

Legend:

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

    r8073 r8095  
    3636        anuga.Structure_operator.__init__(self,
    3737                                          domain,
    38                                           width,
    39                                           height,
    4038                                          end_points,
    4139                                          exchange_lines,
    4240                                          enquiry_points,
     41                                          width,
     42                                          height,
    4343                                          apron,
    4444                                          manning,
     
    4949                                          logging,
    5050                                          verbose)     
    51        
    5251       
    5352        if type(losses) == types.DictType:
Note: See TracChangeset for help on using the changeset viewer.