Ignore:
Timestamp:
Oct 14, 2005, 6:44:45 AM (19 years ago)
Author:
ole
Message:

Refactored pyvolution to use polygon functionality from new utilities package

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/pyvolution/least_squares.py

    r1907 r1911  
    434434
    435435        from quad import build_quadtree
    436         from util import ensure_numeric
     436        from utilities.numerical_tools import ensure_numeric
     437        from utilities.polygon import inside_polygon
     438       
    437439
    438440        if data_origin is None:
     
    489491        if precrop is True:
    490492            from Numeric import take
    491             from util import inside_polygon
    492493
    493494            if verbose: print 'Getting boundary polygon'
Note: See TracChangeset for help on using the changeset viewer.