Changeset 6437


Ignore:
Timestamp:
Mar 3, 2009, 12:56:59 PM (15 years ago)
Author:
kristy
Message:

Sanity Check need project. to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • anuga_work/production/busselton/standardised_version/setup_model.py

    r6432 r6437  
    3535#-------------------------------------------------------------------------------
    3636
    37 if not urs_order_filename:
     37if not project.urs_order_filename:
    3838    print ("Sorry, thinned ordering file parameter 'urs_order_filename' "
    3939           "isn't set")
    4040    sanity_error = True
    4141
    42 if not landward_boundary_filename:
     42if not project.landward_boundary_filename:
    4343    print ("Sorry, landward bounding points parameter "
    4444           "'landward_boundary_filename' isn't set")
Note: See TracChangeset for help on using the changeset viewer.