Ignore:
Timestamp:
Mar 15, 2006, 12:14:12 PM (19 years ago)
Author:
ole
Message:

A few more fixes towards numpy

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation-numpy-branch/utilities/polygon.py

    r2531 r2548  
    44"""
    55
    6 
    7 try:
    8     from scipy import Float, Int, zeros, ones, array, concatenate, reshape, dot
    9 except:
    10     print 'Could not find scipy - using Numeric'
    11     from Numeric import Float, Int, zeros, ones, array, concatenate, reshape, dot
    12    
    13 
     6from numpy import Float, Int, zeros, ones, array, concatenate, reshape, dot
    147from math import sqrt
     8
    159from utilities.numerical_tools import ensure_numeric
    1610
Note: See TracChangeset for help on using the changeset viewer.