Changeset 4436


Ignore:
Timestamp:
May 15, 2007, 4:29:37 PM (17 years ago)
Author:
nick
Message:

clean up and update source function 'eqf however there are still problems with it

Location:
anuga_core/source/anuga/shallow_water
Files:
1 added
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/eqf_v2.py

    r4371 r4436  
    5151
    5252    # warning state
    53     test = width*1000.0*sin(radians(dip)) - depth
     53#    test = width*1000.0*sin(radians(dip)) - depth
     54    test = width*1000.0*sin(radians(dip)) - depth*1000
    5455   
    5556    if test > 0.0:
Note: See TracChangeset for help on using the changeset viewer.