Ignore:
Timestamp:
Dec 14, 2005, 10:51:39 AM (19 years ago)
Author:
duncan
Message:

compiling triangle using setup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/alpha_shape/alpha_shape.py

    r1435 r2141  
    179179
    180180        ## Build Delaunay triangulation
    181         import triang
     181        import triangle.triang as triang
    182182        points = []
    183183        seglist = []
Note: See TracChangeset for help on using the changeset viewer.