Ignore:
Timestamp:
Feb 10, 2009, 11:11:04 AM (16 years ago)
Author:
rwilson
Message:

Initial commit of numpy changes. Still a long way to go.

Location:
branches/numpy
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/numpy/anuga/shallow_water/test_system.py

    r6157 r6304  
    99
    1010from Scientific.IO.NetCDF import NetCDFFile
    11 import Numeric as num
     11import numpy as num
    1212
    1313from anuga.shallow_water import Domain
     
    3434        20       13.9773
    3535        """
     36
    3637        tide = 5
    3738        boundary_filename = tempfile.mktemp(".sww")
     
    8586        boundary_filename = self.create_sww_boundary(boundary_starttime)
    8687        filename = tempfile.mktemp(".sww")
    87         #print "filename",filename
    8888        dir, base = os.path.split(filename)
    8989        senario_name = base[:-4]
Note: See TracChangeset for help on using the changeset viewer.