Ignore:
Timestamp:
Jan 13, 2009, 5:42:30 PM (15 years ago)
Author:
rwilson
Message:

Change Numeric imports to general form - ready to change to NumPy?.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_core/source/anuga/shallow_water/eqf.py

    r4320 r6157  
    2525
    2626"""
     27
    2728
    2829def earthquake_tsunami(length, width, strike, depth, \
     
    112113
    113114        from math import sin, cos, radians, exp, cosh
    114         from Numeric import zeros, Float
    115115        from okada import okadatest
    116116
Note: See TracChangeset for help on using the changeset viewer.