Changeset 1922 for inundation/pyvolution/sparse.py
- Timestamp:
- Oct 14, 2005, 12:02:18 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inundation/pyvolution/sparse.py
r1849 r1922 370 370 371 371 #Setup for C extensions 372 import compile372 from utilities import compile 373 373 if compile.can_use_C_extension('sparse_ext.c'): 374 374 #Replace python version with c implementation
Note: See TracChangeset
for help on using the changeset viewer.