Changeset 6437
- Timestamp:
- Mar 3, 2009, 12:56:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
anuga_work/production/busselton/standardised_version/setup_model.py
r6432 r6437 35 35 #------------------------------------------------------------------------------- 36 36 37 if not urs_order_filename:37 if not project.urs_order_filename: 38 38 print ("Sorry, thinned ordering file parameter 'urs_order_filename' " 39 39 "isn't set") 40 40 sanity_error = True 41 41 42 if not landward_boundary_filename:42 if not project.landward_boundary_filename: 43 43 print ("Sorry, landward bounding points parameter " 44 44 "'landward_boundary_filename' isn't set")
Note: See TracChangeset
for help on using the changeset viewer.