Ignore:
Timestamp:
Mar 29, 2006, 4:35:16 PM (19 years ago)
Author:
ole
Message:

Can't remember what I did

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation/utilities/numerical_tools.py

    r2573 r2633  
    1010    from scipy import ArrayType, array, sum, innerproduct, ravel, sqrt, searchsorted, sort, concatenate   
    1111except:
    12     print 'Could not find scipy - using Numeric'
     12    #print 'Could not find scipy - using Numeric'
    1313    from Numeric import ArrayType, array, sum, innerproduct, ravel, sqrt, searchsorted, sort, concatenate   
    1414
Note: See TracChangeset for help on using the changeset viewer.