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/numerical_tools.py

    r2508 r2516  
    167167from utilities import compile
    168168if compile.can_use_C_extension('util_ext.c'):
    169     from util_ext import gradient, gradient2#, point_on_line
     169    from util_ext import gradient, gradient2
    170170else:
    171171    gradient = gradient_python
Note: See TracChangeset for help on using the changeset viewer.