Ignore:
Timestamp:
Mar 9, 2006, 5:05:54 PM (19 years ago)
Author:
ole
Message:

Lots of clean up of obsolete stuff

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/utilities/test_numerical_tools.py

    r2509 r2516  
    181181        for i in range(4):
    182182            #Gradient of fitted pwl surface
    183             from util import gradient_python
    184             a_ref, b_ref = gradient(x0, y0, x1, y1, x2, y2,
    185                                     q0[i], q1[i], q2[i])
     183            a_ref, b_ref = gradient_python(x0, y0, x1, y1, x2, y2,
     184                                           q0[i], q1[i], q2[i])
    186185
    187186            #print a_ref, b_ref
Note: See TracChangeset for help on using the changeset viewer.