Changeset 8118
- Timestamp:
- Feb 4, 2011, 12:16:47 PM (12 years ago)
- Location:
- trunk/anuga_core/source/anuga
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/anuga_core/source/anuga/__init__.py
r8009 r8118 328 328 from anuga.structures.boyd_pipe_operator import Boyd_pipe_operator 329 329 330 331 330 #--------------------------- 331 # User Access Functions 332 #--------------------------- 333 334 from anuga.utilities.system_tools import get_user_name, get_host_name, get_revision_number 335 336 337 -
trunk/anuga_core/source/anuga/abstract_2d_finite_volumes/file_function.py
r7810 r8118 310 310 raise Exception(msg) 311 311 312 if filename[-3:] == 'sts' and boundary_polygon is None: 313 #What if mux file only contains one point 314 msg = 'Files of type sts require boundary polygon' 315 raise Exception(msg) 312 # JJ REMOVED 313 #if filename[-3:] == 'sts' and boundary_polygon is None: 314 # #What if mux file only contains one point 315 # msg = 'Files of type sts require boundary polygon' 316 # raise Exception(msg) 316 317 317 318 # Get first timestep
Note: See TracChangeset
for help on using the changeset viewer.