Changeset 4371


Ignore:
Timestamp:
Apr 13, 2007, 4:58:38 PM (17 years ago)
Author:
nick
Message:

small correction

File:
1 edited

Legend:

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

    r4320 r4371  
    446446        R =sqrt(R2)                                                       
    447447        R3=R *R2
    448         R5=R3*R
    449         QR=F3*Q/R
     448        R5=R3*R2
     449        QR=F3*Q/R5
    450450        XR =F5*X2/R2
    451451        YR =F5*Y2/R2
Note: See TracChangeset for help on using the changeset viewer.