Ignore:
Timestamp:
Jul 9, 2008, 4:38:19 AM (16 years ago)
Author:
ole
Message:

Comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/fit_interpolate/interpolate.py

    r5454 r5482  
    885885            if ratio > 0:
    886886                if Q0 == NAN and Q1 == NAN:
    887                     q[i]  = Q0
     887                    q[i] = Q0
    888888                else:
    889889                    q[i] = Q0 + ratio*(Q1 - Q0)
Note: See TracChangeset for help on using the changeset viewer.