Changeset 8117
- Timestamp:
- Feb 4, 2011, 9:48:42 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/shallow_water/test_forcing.py
r8116 r8117 10 10 from forcing import * 11 11 from mesh_factory import rectangular 12 fromfile_conversion.sts2sww_mesh import sts2sww_mesh12 #from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 13 13 from anuga.abstract_2d_finite_volumes.util import file_function 14 14 … … 1104 1104 from anuga.config import rho_a, rho_w, eta_w 1105 1105 from math import pi, cos, sin 1106 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1106 1107 1107 1108 cellsize = 25 … … 1179 1180 from math import pi, cos, sin 1180 1181 from anuga.config import time_format 1182 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1181 1183 1182 1184 cellsize = 25 … … 1329 1331 from math import pi, cos, sin 1330 1332 from anuga.config import time_format 1333 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1331 1334 1332 1335 cellsize = 25 … … 1422 1425 from math import pi, cos, sin 1423 1426 from anuga.config import time_format 1427 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1424 1428 1425 1429 cellsize = 25 … … 1513 1517 from math import pi, cos, sin 1514 1518 from anuga.config import time_format 1519 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1515 1520 1516 1521 cellsize = 25 … … 1613 1618 from math import pi, cos, sin 1614 1619 from anuga.config import time_format 1620 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1615 1621 1616 1622 cellsize = 25 … … 1710 1716 from math import pi, cos, sin 1711 1717 from anuga.config import time_format 1718 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1712 1719 1713 1720 cellsize = 25 … … 1816 1823 from math import pi, cos, sin 1817 1824 from anuga.config import time_format 1825 from anuga.file_conversion.sts2sww_mesh import sts2sww_mesh 1818 1826 1819 1827 cellsize = 25
Note: See TracChangeset
for help on using the changeset viewer.