Ignore:
Timestamp:
Mar 27, 2006, 3:49:00 PM (19 years ago)
Author:
ole
Message:

Played with custom exceptions for ANUGA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inundation-numpy-branch/pyvolution/domain.py

    r2516 r2608  
    2727                      tagged_elements, geo_reference, use_inscribed_circle)
    2828
    29         from Numeric import zeros, Float, Int
     29        from numpy import zeros, Float, Int
    3030        from quantity import Quantity, Conserved_quantity
    3131
     
    125125        """
    126126
    127         from Numeric import zeros, Float
     127        from numpy import zeros, Float
    128128
    129129        if not (vertex is None or edge is None):
     
    737737        """
    738738
    739         from Numeric import ones, sum, equal, Float
     739        from numpy import ones, sum, equal, Float
    740740
    741741        N = self.number_of_elements
Note: See TracChangeset for help on using the changeset viewer.