Changeset 5965


Ignore:
Timestamp:
Nov 17, 2008, 4:53:40 PM (15 years ago)
Author:
ole
Message:

Change import numpy to import Numeric - we are just not quite ready for that yet :-)

File:
1 edited

Legend:

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

    r5963 r5965  
    88928892        from anuga.pmesh.mesh_interface import create_mesh_from_regions
    88938893
    8894         from numpy import sin,cos
     8894        from Numeric import sin, cos
    88958895
    88968896        lat_long_points=[[6.01,97.0],[6.02,97.0],[6.05,96.9],[6.0,97.0]]
Note: See TracChangeset for help on using the changeset viewer.