Changeset 7871
- Timestamp:
- Jun 23, 2010, 3:46:51 PM (14 years ago)
- Location:
- trunk/anuga_core/source/anuga/file
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/file/test_csv.py
r7870 r7871 7 7 8 8 from csv_file import load_csv_as_array, load_csv_as_dict, store_parameters, \ 9 load_csv_as_matrix 9 load_csv_as_matrix, load_csv_as_polygons 10 10 11 11 class Test_csv(unittest.TestCase): -
trunk/anuga_core/source/anuga/file/test_sww.py
r7870 r7871 10 10 from sww import load_sww_as_domain, weed, get_mesh_and_quantities_from_file 11 11 from Scientific.IO.NetCDF import NetCDFFile 12 13 from anuga.config import netcdf_mode_w 12 14 13 15 # boundary functions
Note: See TracChangeset
for help on using the changeset viewer.