Changeset 6119 for anuga_core/source/anuga/utilities/polygon.py
- Timestamp:
- Jan 6, 2009, 11:36:24 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_core/source/anuga/utilities/polygon.py
r6116 r6119 969 969 #Initialise module 970 970 971 from anuga.utilities .compile import can_use_C_extension972 if c an_use_C_extension('polygon_ext.c'):971 from anuga.utilities import compile 972 if compile.can_use_C_extension('polygon_ext.c'): 973 973 # Underlying C implementations can be accessed 974 974 from polygon_ext import _point_on_line
Note: See TracChangeset
for help on using the changeset viewer.